Color Hex Logo

#d37edc Color Hex

#D37EDC
(211,126,220)
0 Favorites   0 Comments

Color spaces of #d37edc

RGB 211126220
HSL0.820.570.68
HSV294°43°86°
CMYK 0.040.430.00   0.14
XYZ47.243133.937971.7708
Yxy33.93790.30890.2219
Hunter Lab58.256242.8068-32.2650
CIE-Lab64.913247.3042-34.5518

#d37edc color RGB value is (211,126,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01111110 11011100
Octal 323 176 334
Decimal 211 126 220
Hex D3 7E DC

RGB Percentages of Color #d37edc

%37.88
%22.62
%39.50

CMYK Percentages of Color #d37edc

%4
%43
%0
%14

Triadic Colors of #d37edc

#d37edc #dcd37e #7edcd3

Analogous Colors of #d37edc

#d37edc #dc7eb6 #a47edc

Monochromatic Colors of #d37edc

#d37edc

Complementary Color

#d37edc #87dc7e

#d37edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d37edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d37edc Color CSS Codes

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

#d37edc Text Font Color

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

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


#d37edc Background Color

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

This div background color is #d37edc


#d37edc Border Color

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

This div border color is #d37edc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,126,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 #d37edc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d37edc


Comments

No comments written yet.

Please login to write comment.