Color Hex Logo

#d37cdc Color Hex

#D37CDC
(211,124,220)
0 Favorites   0 Comments

Color spaces of #d37cdc

RGB 211124220
HSL0.820.580.67
HSV294°44°86°
CMYK 0.040.440.00   0.14
XYZ46.989933.431571.6864
Yxy33.43150.30890.2198
Hunter Lab57.820043.8808-33.0350
CIE-Lab64.508848.3387-35.1809

#d37cdc color RGB value is (211,124,220).

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

The process color (four color CMYK) of #d37cdc color hex is 0.04, 0.44, 0.00, 0.14. Web safe color of #d37cdc is #cc66cc. Color #d37cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01111100 11011100
Octal 323 174 334
Decimal 211 124 220
Hex D3 7C DC

RGB Percentages of Color #d37cdc

%38.02
%22.34
%39.64

CMYK Percentages of Color #d37cdc

%4
%44
%0
%14

Triadic Colors of #d37cdc

#d37cdc #dcd37c #7cdcd3

Analogous Colors of #d37cdc

#d37cdc #dc7cb5 #a37cdc

Monochromatic Colors of #d37cdc

#d37cdc

Complementary Color

#d37cdc #85dc7c

#d37cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d37cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d37cdc Color CSS Codes

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

#d37cdc Text Font Color

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

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


#d37cdc Background Color

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

This div background color is #d37cdc


#d37cdc Border Color

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

This div border color is #d37cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d37cdc


Comments

No comments written yet.

Please login to write comment.