Color Hex Logo

#d69ead Color Hex

#D69EAD
(214,158,173)
0 Favorites   0 Comments

Color spaces of #d69ead

RGB 214158173
HSL0.960.410.73
HSV344°26°84°
CMYK 0.000.260.19   0.16
XYZ47.501241.767045.0934
Yxy41.76700.35350.3109
Hunter Lab64.627418.09973.8699
CIE-Lab70.710023.03830.4217

#d69ead color RGB value is (214,158,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011110 10101101
Octal 326 236 255
Decimal 214 158 173
Hex D6 9E AD

RGB Percentages of Color #d69ead

%39.27
%28.99
%31.74

CMYK Percentages of Color #d69ead

%0
%26
%19
%16

Triadic Colors of #d69ead

#d69ead #add69e #9eadd6

Analogous Colors of #d69ead

#d69ead #d6ab9e #d69ec9

Monochromatic Colors of #d69ead

#d69ead

Complementary Color

#d69ead #9ed6c7

#d69ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69ead Color CSS Codes

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

#d69ead Text Font Color

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

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


#d69ead Background Color

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

This div background color is #d69ead


#d69ead Border Color

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

This div border color is #d69ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69ead


Comments

No comments written yet.

Please login to write comment.