Color Hex Logo

#d399ae Color Hex

#D399AE
(211,153,174)
0 Favorites   0 Comments

Color spaces of #d399ae

RGB 211153174
HSL0.940.400.71
HSV338°27°83°
CMYK 0.000.270.18   0.17
XYZ45.895239.687345.2859
Yxy39.68730.35070.3033
Hunter Lab62.997919.79461.4780
CIE-Lab69.246224.8244-2.3138

#d399ae color RGB value is (211,153,174).

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

The process color (four color CMYK) of #d399ae color hex is 0.00, 0.27, 0.18, 0.17. Web safe color of #d399ae is #cc9999. Color #d399ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10011001 10101110
Octal 323 231 256
Decimal 211 153 174
Hex D3 99 AE

RGB Percentages of Color #d399ae

%39.22
%28.44
%32.34

CMYK Percentages of Color #d399ae

%0
%27
%18
%17

Triadic Colors of #d399ae

#d399ae #aed399 #99aed3

Analogous Colors of #d399ae

#d399ae #d3a199 #d399cb

Monochromatic Colors of #d399ae

#d399ae

Complementary Color

#d399ae #99d3be

#d399ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d399ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d399ae Color CSS Codes

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

#d399ae Text Font Color

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

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


#d399ae Background Color

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

This div background color is #d399ae


#d399ae Border Color

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

This div border color is #d399ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d399ae


Comments

No comments written yet.

Please login to write comment.