Color Hex Logo

#d037ed Color Hex

#D037ED
(208,55,237)
0 Favorites   0 Comments

Color spaces of #d037ed

RGB 20855237
HSL0.810.830.57
HSV290°77°93°
CMYK 0.120.770.00   0.07
XYZ42.664722.256782.1681
Yxy22.25670.29010.1513
Hunter Lab47.177078.8674-70.2414
CIE-Lab54.298379.8266-60.8825

#d037ed color RGB value is (208,55,237).

#d037ed hex color red value is 208, green value is 55 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d037ed hue: 0.81 , saturation: 0.83 and the lightness value of d037ed is 0.57.

The process color (four color CMYK) of #d037ed color hex is 0.12, 0.77, 0.00, 0.07. Web safe color of #d037ed is #cc33ff. Color #d037ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110111 11101101
Octal 320 67 355
Decimal 208 55 237
Hex D0 37 ED

RGB Percentages of Color #d037ed

%41.60
%11.00
%47.40

CMYK Percentages of Color #d037ed

%12
%77
%0
%7

Triadic Colors of #d037ed

#d037ed #edd037 #37edd0

Analogous Colors of #d037ed

#d037ed #ed37af #7537ed

Monochromatic Colors of #d037ed

#d037ed

Complementary Color

#d037ed #54ed37

#d037ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d037ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d037ed Color CSS Codes

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

#d037ed Text Font Color

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

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


#d037ed Background Color

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

This div background color is #d037ed


#d037ed Border Color

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

This div border color is #d037ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,55,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d037ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d037ed;
  -webkit-box-shadow: 1px 1px 3px 2px #d037ed;
  box-shadow:         1px 1px 3px 2px #d037ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,55,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d037ed


Comments

No comments written yet.

Please login to write comment.