color codes Logo

#d653fe color codes

#D653FE
(214,83,254)
0 Favorites   0 Comments

Color spaces of #d653fe

RGB 21483254
HSL0.790.990.66
HSV286°67°100°
CMYK 0.160.670.00   0.00
XYZ48.714227.638496.5332
Yxy27.63840.28180.1599
Hunter Lab52.572273.3993-72.0678
CIE-Lab59.560674.4449-61.8561

#d653fe color RGB value is (214,83,254).

#d653fe hex color red value is 214, green value is 83 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d653fe hue: 0.79 , saturation: 0.99 and the lightness value of d653fe is 0.66.

The process color (four color CMYK) of #d653fe color code is 0.16, 0.67, 0.00, 0.00. Web safe color of #d653fe is #cc66ff. Color #d653fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010011 11111110
Octal 326 123 376
Decimal 214 83 254
Hex D6 53 FE

RGB Percentages of Color #d653fe

%38.84
%15.06
%46.10

CMYK Percentages of Color #d653fe

%16
%67
%0
%0

Triadic Colors of #d653fe

#d653fe #fed653 #53fed6

Analogous Colors of #d653fe

#d653fe #fe53d1 #8153fe

Monochromatic Colors of #d653fe

#d653fe

Complementary Color

#d653fe #7bfe53

#d653fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d653fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d653fe Color CSS Codes

.mybgcolor {background-color:#d653fe; } 
.myforecolor {color:#d653fe; }
.mybordercolor {border:3px solid #d653fe; }

#d653fe Text Font Color

<p style="color:#d653fe">Text here</p>

This sample text font color is #d653fe
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d653fe Background Color

<div style="background-color:#d653fe">
Div content here</div>

This div background color is #d653fe


#d653fe Border Color

<div style="border:3px solid #d653fe">
Div here</div>

This div border color is #d653fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,83,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d653fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d653fe;
  -webkit-box-shadow: 1px 1px 3px 2px #d653fe;
  box-shadow:         1px 1px 3px 2px #d653fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,83,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d653fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d653fe;
  -webkit-box-shadow: 1px 1px 3px 2px #d653fe;
  box-shadow:         1px 1px 3px 2px #d653fe;">
Div content here</div>

This div box has shadow with color #d653fe

Related Colors


Comments

No comments written yet.

Please login to write comment.