Color Hex Logo

#d47cab Color Hex

#D47CAB
(212,124,171)
0 Favorites   0 Comments

Color spaces of #d47cab

RGB 212124171
HSL0.910.510.66
HSV328°42°83°
CMYK 0.000.420.19   0.17
XYZ41.709731.352642.3814
Yxy31.35260.36130.2716
Hunter Lab55.993434.9769-5.6812
CIE-Lab62.804240.2854-10.1584

#d47cab color RGB value is (212,124,171).

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

The process color (four color CMYK) of #d47cab color hex is 0.00, 0.42, 0.19, 0.17. Web safe color of #d47cab is #cc6699. Color #d47cab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01111100 10101011
Octal 324 174 253
Decimal 212 124 171
Hex D4 7C AB

RGB Percentages of Color #d47cab

%41.81
%24.46
%33.73

CMYK Percentages of Color #d47cab

%0
%42
%19
%17

Triadic Colors of #d47cab

#d47cab #abd47c #7cabd4

Analogous Colors of #d47cab

#d47cab #d47c7f #d17cd4

Monochromatic Colors of #d47cab

#d47cab

Complementary Color

#d47cab #7cd4a5

#d47cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d47cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d47cab Color CSS Codes

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

#d47cab Text Font Color

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

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


#d47cab Background Color

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

This div background color is #d47cab


#d47cab Border Color

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

This div border color is #d47cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d47cab


Comments

No comments written yet.

Please login to write comment.