Color Hex Logo

#d27cab Color Hex

#D27CAB
(210,124,171)
0 Favorites   0 Comments

Color spaces of #d27cab

RGB 210124171
HSL0.910.490.65
HSV327°41°82°
CMYK 0.000.410.19   0.18
XYZ41.136731.057242.3546
Yxy31.05720.35910.2711
Hunter Lab55.729034.2352-6.0507
CIE-Lab62.555939.6076-10.5557

#d27cab color RGB value is (210,124,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01111100 10101011
Octal 322 174 253
Decimal 210 124 171
Hex D2 7C AB

RGB Percentages of Color #d27cab

%41.58
%24.55
%33.86

CMYK Percentages of Color #d27cab

%0
%41
%19
%18

Triadic Colors of #d27cab

#d27cab #abd27c #7cabd2

Analogous Colors of #d27cab

#d27cab #d27c80 #ce7cd2

Monochromatic Colors of #d27cab

#d27cab

Complementary Color

#d27cab #7cd2a3

#d27cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27cab Color CSS Codes

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

#d27cab Text Font Color

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

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


#d27cab Background Color

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

This div background color is #d27cab


#d27cab Border Color

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

This div border color is #d27cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d27cab


Comments

No comments written yet.

Please login to write comment.