Color Hex Logo

#d599ae Color Hex

#D599AE
(213,153,174)
0 Favorites   0 Comments

Color spaces of #d599ae

RGB 213153174
HSL0.940.420.72
HSV339°28°84°
CMYK 0.000.280.18   0.16
XYZ46.471839.984645.3129
Yxy39.98460.35270.3034
Hunter Lab63.233420.52571.7763
CIE-Lab69.458625.5451-1.9774

#d599ae color RGB value is (213,153,174).

#d599ae hex color red value is 213, green value is 153 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d599ae hue: 0.94 , saturation: 0.42 and the lightness value of d599ae is 0.72.

The process color (four color CMYK) of #d599ae color hex is 0.00, 0.28, 0.18, 0.16. Web safe color of #d599ae is #cc9999. Color #d599ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011001 10101110
Octal 325 231 256
Decimal 213 153 174
Hex D5 99 AE

RGB Percentages of Color #d599ae

%39.44
%28.33
%32.22

CMYK Percentages of Color #d599ae

%0
%28
%18
%16

Triadic Colors of #d599ae

#d599ae #aed599 #99aed5

Analogous Colors of #d599ae

#d599ae #d5a299 #d599cc

Monochromatic Colors of #d599ae

#d599ae

Complementary Color

#d599ae #99d5c0

#d599ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d599ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d599ae Color CSS Codes

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

#d599ae Text Font Color

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

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


#d599ae Background Color

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

This div background color is #d599ae


#d599ae Border Color

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

This div border color is #d599ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,153,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d599ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d599ae;
  -webkit-box-shadow: 1px 1px 3px 2px #d599ae;
  box-shadow:         1px 1px 3px 2px #d599ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,153,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d599ae


Comments

No comments written yet.

Please login to write comment.