Color Hex Logo

#d68fca Color Hex

#D68FCA
(214,143,202)
0 Favorites   0 Comments

Color spaces of #d68fca

RGB 214143202
HSL0.860.460.70
HSV310°33°84°
CMYK 0.000.330.06   0.16
XYZ48.214738.205360.7103
Yxy38.20530.32770.2597
Hunter Lab61.810431.0691-14.9674
CIE-Lab68.171735.9561-19.4894

#d68fca color RGB value is (214,143,202).

#d68fca hex color red value is 214, green value is 143 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d68fca hue: 0.86 , saturation: 0.46 and the lightness value of d68fca is 0.70.

The process color (four color CMYK) of #d68fca color hex is 0.00, 0.33, 0.06, 0.16. Web safe color of #d68fca is #cc99cc. Color #d68fca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001111 11001010
Octal 326 217 312
Decimal 214 143 202
Hex D6 8F CA

RGB Percentages of Color #d68fca

%38.28
%25.58
%36.14

CMYK Percentages of Color #d68fca

%0
%33
%6
%16

Triadic Colors of #d68fca

#d68fca #cad68f #8fcad6

Analogous Colors of #d68fca

#d68fca #d68fa7 #bf8fd6

Monochromatic Colors of #d68fca

#d68fca

Complementary Color

#d68fca #8fd69b

#d68fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68fca Color CSS Codes

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

#d68fca Text Font Color

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

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


#d68fca Background Color

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

This div background color is #d68fca


#d68fca Border Color

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

This div border color is #d68fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68fca


Comments

No comments written yet.

Please login to write comment.