Color Hex Logo

#d68fea Color Hex

#D68FEA
(214,143,234)
0 Favorites   0 Comments

Color spaces of #d68fea

RGB 214143234
HSL0.800.680.74
HSV287°39°92°
CMYK 0.090.390.00   0.08
XYZ52.405339.881682.7778
Yxy39.88160.29930.2278
Hunter Lab63.151937.6088-33.5094
CIE-Lab69.385141.9592-35.3200

#d68fea color RGB value is (214,143,234).

#d68fea hex color red value is 214, green value is 143 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d68fea hue: 0.80 , saturation: 0.68 and the lightness value of d68fea is 0.74.

The process color (four color CMYK) of #d68fea color hex is 0.09, 0.39, 0.00, 0.08. Web safe color of #d68fea is #cc99ff. Color #d68fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001111 11101010
Octal 326 217 352
Decimal 214 143 234
Hex D6 8F EA

RGB Percentages of Color #d68fea

%36.21
%24.20
%39.59

CMYK Percentages of Color #d68fea

%9
%39
%0
%8

Triadic Colors of #d68fea

#d68fea #ead68f #8fead6

Analogous Colors of #d68fea

#d68fea #ea8fd1 #a98fea

Monochromatic Colors of #d68fea

#d68fea

Complementary Color

#d68fea #a3ea8f

#d68fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68fea Color CSS Codes

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

#d68fea Text Font Color

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

This sample text font color is #d68fea
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.


#d68fea Background Color

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

This div background color is #d68fea


#d68fea Border Color

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

This div border color is #d68fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68fea


Comments

No comments written yet.

Please login to write comment.