Color Hex Logo

#d69aca Color Hex

#D69ACA
(214,154,202)
0 Favorites   0 Comments

Color spaces of #d69aca

RGB 214154202
HSL0.870.420.72
HSV312°28°84°
CMYK 0.000.280.06   0.16
XYZ49.947841.671661.2880
Yxy41.67160.32670.2725
Hunter Lab64.553525.1443-11.1032
CIE-Lab70.643930.0217-15.7474

#d69aca color RGB value is (214,154,202).

#d69aca hex color red value is 214, green value is 154 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d69aca hue: 0.87 , saturation: 0.42 and the lightness value of d69aca is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011010 11001010
Octal 326 232 312
Decimal 214 154 202
Hex D6 9A CA

RGB Percentages of Color #d69aca

%37.54
%27.02
%35.44

CMYK Percentages of Color #d69aca

%0
%28
%6
%16

Triadic Colors of #d69aca

#d69aca #cad69a #9acad6

Analogous Colors of #d69aca

#d69aca #d69aac #c49ad6

Monochromatic Colors of #d69aca

#d69aca

Complementary Color

#d69aca #9ad6a6

#d69aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69aca Color CSS Codes

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

#d69aca Text Font Color

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

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


#d69aca Background Color

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

This div background color is #d69aca


#d69aca Border Color

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

This div border color is #d69aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69aca


Comments

No comments written yet.

Please login to write comment.