Color Hex Logo

#d47bab Color Hex

#D47BAB
(212,123,171)
0 Favorites   0 Comments

Color spaces of #d47bab

RGB 212123171
HSL0.910.510.66
HSV328°42°83°
CMYK 0.000.420.19   0.17
XYZ41.585031.103242.3398
Yxy31.10320.36150.2704
Hunter Lab55.770235.5003-5.9728
CIE-Lab62.594740.8095-10.4718

#d47bab color RGB value is (212,123,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01111011 10101011
Octal 324 173 253
Decimal 212 123 171
Hex D4 7B AB

RGB Percentages of Color #d47bab

%41.90
%24.31
%33.79

CMYK Percentages of Color #d47bab

%0
%42
%19
%17

Triadic Colors of #d47bab

#d47bab #abd47b #7babd4

Analogous Colors of #d47bab

#d47bab #d47b7f #d17bd4

Monochromatic Colors of #d47bab

#d47bab

Complementary Color

#d47bab #7bd4a4

#d47bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d47bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d47bab Color CSS Codes

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

#d47bab Text Font Color

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

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


#d47bab Background Color

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

This div background color is #d47bab


#d47bab Border Color

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

This div border color is #d47bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d47bab


Comments

No comments written yet.

Please login to write comment.