Color Hex Logo

#d37baf Color Hex

#D37BAF
(211,123,175)
0 Favorites   0 Comments

Color spaces of #d37baf

RGB 211123175
HSL0.900.500.65
HSV325°42°83°
CMYK 0.000.420.17   0.17
XYZ41.684831.109944.3652
Yxy31.10990.35580.2655
Hunter Lab55.776235.7949-8.1167
CIE-Lab62.600341.0885-12.7537

#d37baf color RGB value is (211,123,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01111011 10101111
Octal 323 173 257
Decimal 211 123 175
Hex D3 7B AF

RGB Percentages of Color #d37baf

%41.45
%24.17
%34.38

CMYK Percentages of Color #d37baf

%0
%42
%17
%17

Triadic Colors of #d37baf

#d37baf #afd37b #7bafd3

Analogous Colors of #d37baf

#d37baf #d37b83 #cb7bd3

Monochromatic Colors of #d37baf

#d37baf

Complementary Color

#d37baf #7bd39f

#d37baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d37baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d37baf Color CSS Codes

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

#d37baf Text Font Color

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

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


#d37baf Background Color

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

This div background color is #d37baf


#d37baf Border Color

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

This div border color is #d37baf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,123,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d37baf


Comments

No comments written yet.

Please login to write comment.