Color Hex Logo

#d37dca Color Hex

#D37DCA
(211,125,202)
0 Favorites   0 Comments

Color spaces of #d37dca

RGB 211125202
HSL0.850.490.66
HSV306°41°83°
CMYK 0.000.410.04   0.17
XYZ44.858332.780459.8401
Yxy32.78040.32630.2384
Hunter Lab57.254239.6589-21.8900
CIE-Lab63.982744.5354-25.9215

#d37dca color RGB value is (211,125,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01111101 11001010
Octal 323 175 312
Decimal 211 125 202
Hex D3 7D CA

RGB Percentages of Color #d37dca

%39.22
%23.23
%37.55

CMYK Percentages of Color #d37dca

%0
%41
%4
%17

Triadic Colors of #d37dca

#d37dca #cad37d #7dcad3

Analogous Colors of #d37dca

#d37dca #d37d9f #b17dd3

Monochromatic Colors of #d37dca

#d37dca

Complementary Color

#d37dca #7dd386

#d37dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d37dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d37dca Color CSS Codes

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

#d37dca Text Font Color

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

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


#d37dca Background Color

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

This div background color is #d37dca


#d37dca Border Color

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

This div border color is #d37dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d37dca


Comments

No comments written yet.

Please login to write comment.