Color Hex Logo

#d68cca Color Hex

#D68CCA
(214,140,202)
0 Favorites   0 Comments

Color spaces of #d68cca

RGB 214140202
HSL0.860.470.69
HSV310°35°84°
CMYK 0.000.350.06   0.16
XYZ47.770337.316660.5622
Yxy37.31660.32800.2562
Hunter Lab61.087332.6843-16.0192
CIE-Lab67.513937.5624-20.4896

#d68cca color RGB value is (214,140,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001100 11001010
Octal 326 214 312
Decimal 214 140 202
Hex D6 8C CA

RGB Percentages of Color #d68cca

%38.49
%25.18
%36.33

CMYK Percentages of Color #d68cca

%0
%35
%6
%16

Triadic Colors of #d68cca

#d68cca #cad68c #8ccad6

Analogous Colors of #d68cca

#d68cca #d68ca5 #bd8cd6

Monochromatic Colors of #d68cca

#d68cca

Complementary Color

#d68cca #8cd698

#d68cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68cca Color CSS Codes

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

#d68cca Text Font Color

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

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


#d68cca Background Color

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

This div background color is #d68cca


#d68cca Border Color

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

This div border color is #d68cca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,140,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 #d68cca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68cca


Comments

No comments written yet.

Please login to write comment.