Color Hex Logo

#d039eb Color Hex

#D039EB
(208,57,235)
0 Favorites   0 Comments

Color spaces of #d039eb

RGB 20857235
HSL0.810.820.57
HSV291°76°92°
CMYK 0.110.760.00   0.08
XYZ42.470922.334380.6697
Yxy22.33430.29190.1535
Hunter Lab47.259277.7109-68.1244
CIE-Lab54.379978.8943-59.6282

#d039eb color RGB value is (208,57,235).

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

The process color (four color CMYK) of #d039eb color hex is 0.11, 0.76, 0.00, 0.08. Web safe color of #d039eb is #cc33ff. Color #d039eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111001 11101011
Octal 320 71 353
Decimal 208 57 235
Hex D0 39 EB

RGB Percentages of Color #d039eb

%41.60
%11.40
%47.00

CMYK Percentages of Color #d039eb

%11
%76
%0
%8

Triadic Colors of #d039eb

#d039eb #ebd039 #39ebd0

Analogous Colors of #d039eb

#d039eb #eb39ad #7739eb

Monochromatic Colors of #d039eb

#d039eb

Complementary Color

#d039eb #54eb39

#d039eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d039eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d039eb Color CSS Codes

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

#d039eb Text Font Color

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

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


#d039eb Background Color

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

This div background color is #d039eb


#d039eb Border Color

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

This div border color is #d039eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d039eb


Comments

No comments written yet.

Please login to write comment.