Color Hex Logo

#d27daa Color Hex

#D27DAA
(210,125,170)
0 Favorites   0 Comments

Color spaces of #d27daa

RGB 210125170
HSL0.910.490.66
HSV328°40°82°
CMYK 0.000.400.19   0.18
XYZ41.167731.271141.8964
Yxy31.27110.36010.2735
Hunter Lab55.920633.5474-5.2764
CIE-Lab62.735838.9270-9.7171

#d27daa color RGB value is (210,125,170).

#d27daa hex color red value is 210, green value is 125 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d27daa hue: 0.91 , saturation: 0.49 and the lightness value of d27daa is 0.66.

The process color (four color CMYK) of #d27daa color hex is 0.00, 0.40, 0.19, 0.18. Web safe color of #d27daa is #cc6699. Color #d27daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01111101 10101010
Octal 322 175 252
Decimal 210 125 170
Hex D2 7D AA

RGB Percentages of Color #d27daa

%41.58
%24.75
%33.66

CMYK Percentages of Color #d27daa

%0
%40
%19
%18

Triadic Colors of #d27daa

#d27daa #aad27d #7daad2

Analogous Colors of #d27daa

#d27daa #d27d80 #d07dd2

Monochromatic Colors of #d27daa

#d27daa

Complementary Color

#d27daa #7dd2a5

#d27daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27daa Color CSS Codes

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

#d27daa Text Font Color

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

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


#d27daa Background Color

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

This div background color is #d27daa


#d27daa Border Color

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

This div border color is #d27daa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,125,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d27daa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d27daa;
  -webkit-box-shadow: 1px 1px 3px 2px #d27daa;
  box-shadow:         1px 1px 3px 2px #d27daa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,125,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d27daa


Comments

No comments written yet.

Please login to write comment.