Color Hex Logo

#d037dc Color Hex

#D037DC
(208,55,220)
0 Favorites   0 Comments

Color spaces of #d037dc

RGB 20855220
HSL0.820.700.54
HSV296°75°86°
CMYK 0.050.750.00   0.14
XYZ40.296921.309669.6994
Yxy21.30960.30690.1623
Hunter Lab46.162375.0356-57.2069
CIE-Lab53.286776.9697-52.9068

#d037dc color RGB value is (208,55,220).

#d037dc hex color red value is 208, green value is 55 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d037dc hue: 0.82 , saturation: 0.70 and the lightness value of d037dc is 0.54.

The process color (four color CMYK) of #d037dc color hex is 0.05, 0.75, 0.00, 0.14. Web safe color of #d037dc is #cc33cc. Color #d037dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110111 11011100
Octal 320 67 334
Decimal 208 55 220
Hex D0 37 DC

RGB Percentages of Color #d037dc

%43.06
%11.39
%45.55

CMYK Percentages of Color #d037dc

%5
%75
%0
%14

Triadic Colors of #d037dc

#d037dc #dcd037 #37dcd0

Analogous Colors of #d037dc

#d037dc #dc3796 #7e37dc

Monochromatic Colors of #d037dc

#d037dc

Complementary Color

#d037dc #43dc37

#d037dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d037dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d037dc Color CSS Codes

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

#d037dc Text Font Color

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

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


#d037dc Background Color

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

This div background color is #d037dc


#d037dc Border Color

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

This div border color is #d037dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d037dc


Comments

No comments written yet.

Please login to write comment.