Color Hex Logo

#d27caa Color Hex

#D27CAA
(210,124,170)
0 Favorites   0 Comments

Color spaces of #d27caa

RGB 210124170
HSL0.910.490.65
HSV328°41°82°
CMYK 0.000.410.19   0.18
XYZ41.041731.019241.8544
Yxy31.01920.36030.2723
Hunter Lab55.694934.0711-5.5697
CIE-Lab62.523839.4544-10.0339

#d27caa color RGB value is (210,124,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01111100 10101010
Octal 322 174 252
Decimal 210 124 170
Hex D2 7C AA

RGB Percentages of Color #d27caa

%41.67
%24.60
%33.73

CMYK Percentages of Color #d27caa

%0
%41
%19
%18

Triadic Colors of #d27caa

#d27caa #aad27c #7caad2

Analogous Colors of #d27caa

#d27caa #d27c7f #cf7cd2

Monochromatic Colors of #d27caa

#d27caa

Complementary Color

#d27caa #7cd2a4

#d27caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27caa Color CSS Codes

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

#d27caa Text Font Color

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

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


#d27caa Background Color

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

This div background color is #d27caa


#d27caa Border Color

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

This div border color is #d27caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d27caa


Comments

No comments written yet.

Please login to write comment.