Color Hex Logo

#d37ccd Color Hex

#D37CCD
(211,124,205)
0 Favorites   0 Comments

Color spaces of #d37ccd

RGB 211124205
HSL0.840.500.66
HSV304°41°83°
CMYK 0.000.410.03   0.17
XYZ45.091132.672061.6874
Yxy32.67200.32330.2343
Hunter Lab57.159440.7835-23.9752
CIE-Lab63.894445.5881-27.7424

#d37ccd color RGB value is (211,124,205).

#d37ccd hex color red value is 211, green value is 124 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d37ccd hue: 0.84 , saturation: 0.50 and the lightness value of d37ccd is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01111100 11001101
Octal 323 174 315
Decimal 211 124 205
Hex D3 7C CD

RGB Percentages of Color #d37ccd

%39.07
%22.96
%37.96

CMYK Percentages of Color #d37ccd

%0
%41
%3
%17

Triadic Colors of #d37ccd

#d37ccd #cdd37c #7ccdd3

Analogous Colors of #d37ccd

#d37ccd #d37ca2 #ae7cd3

Monochromatic Colors of #d37ccd

#d37ccd

Complementary Color

#d37ccd #7cd382

#d37ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d37ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d37ccd Color CSS Codes

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

#d37ccd Text Font Color

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

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


#d37ccd Background Color

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

This div background color is #d37ccd


#d37ccd Border Color

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

This div border color is #d37ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d37ccd


Comments

No comments written yet.

Please login to write comment.