Color Hex Logo

#dc59eb Color Hex

#DC59EB
(220,89,235)
0 Favorites   0 Comments

Color spaces of #dc59eb

RGB 22089235
HSL0.820.780.64
HSV294°62°92°
CMYK 0.060.620.00   0.08
XYZ48.083028.358681.5368
Yxy28.35860.30440.1795
Hunter Lab53.252867.9788-53.5036
CIE-Lab60.211369.9044-50.2201

#dc59eb color RGB value is (220,89,235).

#dc59eb hex color red value is 220, green value is 89 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dc59eb hue: 0.82 , saturation: 0.78 and the lightness value of dc59eb is 0.64.

The process color (four color CMYK) of #dc59eb color hex is 0.06, 0.62, 0.00, 0.08. Web safe color of #dc59eb is #cc66ff. Color #dc59eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011001 11101011
Octal 334 131 353
Decimal 220 89 235
Hex DC 59 EB

RGB Percentages of Color #dc59eb

%40.44
%16.36
%43.20

CMYK Percentages of Color #dc59eb

%6
%62
%0
%8

Triadic Colors of #dc59eb

#dc59eb #ebdc59 #59ebdc

Analogous Colors of #dc59eb

#dc59eb #eb59b1 #9359eb

Monochromatic Colors of #dc59eb

#dc59eb

Complementary Color

#dc59eb #68eb59

#dc59eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc59eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc59eb Color CSS Codes

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

#dc59eb Text Font Color

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

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


#dc59eb Background Color

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

This div background color is #dc59eb


#dc59eb Border Color

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

This div border color is #dc59eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc59eb


Comments

No comments written yet.

Please login to write comment.