Color Hex Logo

#d69cad Color Hex

#D69CAD
(214,156,173)
0 Favorites   0 Comments

Color spaces of #d69cad

RGB 214156173
HSL0.950.410.73
HSV342°27°84°
CMYK 0.000.270.19   0.16
XYZ47.162841.090244.9806
Yxy41.09020.35400.3084
Hunter Lab64.101619.15363.2669
CIE-Lab70.239124.1236-0.2658

#d69cad color RGB value is (214,156,173).

#d69cad hex color red value is 214, green value is 156 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d69cad hue: 0.95 , saturation: 0.41 and the lightness value of d69cad is 0.73.

The process color (four color CMYK) of #d69cad color hex is 0.00, 0.27, 0.19, 0.16. Web safe color of #d69cad is #cc9999. Color #d69cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011100 10101101
Octal 326 234 255
Decimal 214 156 173
Hex D6 9C AD

RGB Percentages of Color #d69cad

%39.41
%28.73
%31.86

CMYK Percentages of Color #d69cad

%0
%27
%19
%16

Triadic Colors of #d69cad

#d69cad #add69c #9cadd6

Analogous Colors of #d69cad

#d69cad #d6a89c #d69cca

Monochromatic Colors of #d69cad

#d69cad

Complementary Color

#d69cad #9cd6c5

#d69cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69cad Color CSS Codes

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

#d69cad Text Font Color

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

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


#d69cad Background Color

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

This div background color is #d69cad


#d69cad Border Color

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

This div border color is #d69cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69cad


Comments

No comments written yet.

Please login to write comment.