Color Hex Logo

#d37bab Color Hex

#D37BAB
(211,123,171)
0 Favorites   0 Comments

Color spaces of #d37bab

RGB 211123171
HSL0.910.500.65
HSV327°42°83°
CMYK 0.000.420.19   0.17
XYZ41.297630.955142.3264
Yxy30.95510.36040.2702
Hunter Lab55.637335.1289-6.1591
CIE-Lab62.469740.4715-10.6718

#d37bab color RGB value is (211,123,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01111011 10101011
Octal 323 173 253
Decimal 211 123 171
Hex D3 7B AB

RGB Percentages of Color #d37bab

%41.78
%24.36
%33.86

CMYK Percentages of Color #d37bab

%0
%42
%19
%17

Triadic Colors of #d37bab

#d37bab #abd37b #7babd3

Analogous Colors of #d37bab

#d37bab #d37b7f #cf7bd3

Monochromatic Colors of #d37bab

#d37bab

Complementary Color

#d37bab #7bd3a3

#d37bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d37bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d37bab Color CSS Codes

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

#d37bab Text Font Color

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

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


#d37bab Background Color

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

This div background color is #d37bab


#d37bab Border Color

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

This div border color is #d37bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d37bab


Comments

No comments written yet.

Please login to write comment.