Color Hex Logo

#d37cdd Color Hex

#D37CDD
(211,124,221)
0 Favorites   0 Comments

Color spaces of #d37cdd

RGB 211124221
HSL0.820.590.68
HSV294°44°87°
CMYK 0.050.440.00   0.13
XYZ47.122833.484672.3862
Yxy33.48460.30800.2189
Hunter Lab57.865944.0953-33.6616
CIE-Lab64.551448.5275-35.6718

#d37cdd color RGB value is (211,124,221).

#d37cdd hex color red value is 211, green value is 124 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d37cdd hue: 0.82 , saturation: 0.59 and the lightness value of d37cdd is 0.68.

The process color (four color CMYK) of #d37cdd color hex is 0.05, 0.44, 0.00, 0.13. Web safe color of #d37cdd is #cc66cc. Color #d37cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01111100 11011101
Octal 323 174 335
Decimal 211 124 221
Hex D3 7C DD

RGB Percentages of Color #d37cdd

%37.95
%22.30
%39.75

CMYK Percentages of Color #d37cdd

%5
%44
%0
%13

Triadic Colors of #d37cdd

#d37cdd #ddd37c #7cddd3

Analogous Colors of #d37cdd

#d37cdd #dd7cb7 #a37cdd

Monochromatic Colors of #d37cdd

#d37cdd

Complementary Color

#d37cdd #86dd7c

#d37cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d37cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d37cdd Color CSS Codes

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

#d37cdd Text Font Color

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

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


#d37cdd Background Color

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

This div background color is #d37cdd


#d37cdd Border Color

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

This div border color is #d37cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d37cdd


Comments

No comments written yet.

Please login to write comment.