Color Hex Logo

#d37dcb Color Hex

#D37DCB
(211,125,203)
0 Favorites   0 Comments

Color spaces of #d37dcb

RGB 211125203
HSL0.850.490.66
HSV306°41°83°
CMYK 0.000.410.04   0.17
XYZ44.977132.827960.4658
Yxy32.82790.32530.2374
Hunter Lab57.295639.8552-22.4636
CIE-Lab64.021344.7123-26.4239

#d37dcb color RGB value is (211,125,203).

#d37dcb hex color red value is 211, green value is 125 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d37dcb hue: 0.85 , saturation: 0.49 and the lightness value of d37dcb is 0.66.

The process color (four color CMYK) of #d37dcb color hex is 0.00, 0.41, 0.04, 0.17. Web safe color of #d37dcb is #cc66cc. Color #d37dcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01111101 11001011
Octal 323 175 313
Decimal 211 125 203
Hex D3 7D CB

RGB Percentages of Color #d37dcb

%39.15
%23.19
%37.66

CMYK Percentages of Color #d37dcb

%0
%41
%4
%17

Triadic Colors of #d37dcb

#d37dcb #cbd37d #7dcbd3

Analogous Colors of #d37dcb

#d37dcb #d37da0 #b07dd3

Monochromatic Colors of #d37dcb

#d37dcb

Complementary Color

#d37dcb #7dd385

#d37dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d37dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d37dcb Color CSS Codes

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

#d37dcb Text Font Color

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

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


#d37dcb Background Color

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

This div background color is #d37dcb


#d37dcb Border Color

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

This div border color is #d37dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d37dcb


Comments

No comments written yet.

Please login to write comment.