Color Hex Logo

#d039cc Color Hex

#D039CC
(208,57,204)
0 Favorites   0 Comments

Color spaces of #d039cc

RGB 20857204
HSL0.840.620.52
HSV302°73°82°
CMYK 0.000.730.02   0.18
XYZ38.374620.695859.0989
Yxy20.69580.32470.1751
Hunter Lab45.492670.9588-45.1780
CIE-Lab52.614973.7947-44.8419

#d039cc color RGB value is (208,57,204).

#d039cc hex color red value is 208, green value is 57 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d039cc hue: 0.84 , saturation: 0.62 and the lightness value of d039cc is 0.52.

The process color (four color CMYK) of #d039cc color hex is 0.00, 0.73, 0.02, 0.18. Web safe color of #d039cc is #cc33cc. Color #d039cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111001 11001100
Octal 320 71 314
Decimal 208 57 204
Hex D0 39 CC

RGB Percentages of Color #d039cc

%44.35
%12.15
%43.50

CMYK Percentages of Color #d039cc

%0
%73
%2
%18

Triadic Colors of #d039cc

#d039cc #ccd039 #39ccd0

Analogous Colors of #d039cc

#d039cc #d03981 #8939d0

Monochromatic Colors of #d039cc

#d039cc

Complementary Color

#d039cc #39d03d

#d039cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d039cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d039cc Color CSS Codes

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

#d039cc Text Font Color

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

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


#d039cc Background Color

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

This div background color is #d039cc


#d039cc Border Color

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

This div border color is #d039cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d039cc


Comments

No comments written yet.

Please login to write comment.