Color Hex Logo

#d039dc Color Hex

#D039DC
(208,57,220)
0 Favorites   0 Comments

Color spaces of #d039dc

RGB 20857220
HSL0.820.700.54
HSV296°74°86°
CMYK 0.050.740.00   0.14
XYZ40.393821.503569.7317
Yxy21.50350.30690.1634
Hunter Lab46.371974.3378-56.6970
CIE-Lab53.496276.3674-52.5721

#d039dc color RGB value is (208,57,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111001 11011100
Octal 320 71 334
Decimal 208 57 220
Hex D0 39 DC

RGB Percentages of Color #d039dc

%42.89
%11.75
%45.36

CMYK Percentages of Color #d039dc

%5
%74
%0
%14

Triadic Colors of #d039dc

#d039dc #dcd039 #39dcd0

Analogous Colors of #d039dc

#d039dc #dc3997 #7f39dc

Monochromatic Colors of #d039dc

#d039dc

Complementary Color

#d039dc #45dc39

#d039dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d039dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d039dc Color CSS Codes

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

#d039dc Text Font Color

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

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


#d039dc Background Color

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

This div background color is #d039dc


#d039dc Border Color

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

This div border color is #d039dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d039dc


Comments

No comments written yet.

Please login to write comment.