Color Hex Logo

#d37dc2 Color Hex

#D37DC2
(211,125,194)
0 Favorites   0 Comments

Color spaces of #d37dc2

RGB 211125194
HSL0.870.490.66
HSV312°41°83°
CMYK 0.000.410.08   0.17
XYZ43.935232.411254.9793
Yxy32.41120.33460.2468
Hunter Lab56.930838.1247-17.4060
CIE-Lab63.681343.1458-21.8796

#d37dc2 color RGB value is (211,125,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01111101 11000010
Octal 323 175 302
Decimal 211 125 194
Hex D3 7D C2

RGB Percentages of Color #d37dc2

%39.81
%23.58
%36.60

CMYK Percentages of Color #d37dc2

%0
%41
%8
%17

Triadic Colors of #d37dc2

#d37dc2 #c2d37d #7dc2d3

Analogous Colors of #d37dc2

#d37dc2 #d37d97 #b97dd3

Monochromatic Colors of #d37dc2

#d37dc2

Complementary Color

#d37dc2 #7dd38e

#d37dc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d37dc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d37dc2 Color CSS Codes

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

#d37dc2 Text Font Color

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

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


#d37dc2 Background Color

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

This div background color is #d37dc2


#d37dc2 Border Color

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

This div border color is #d37dc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d37dc2


Comments

No comments written yet.

Please login to write comment.