Color Hex Logo

#dc20eb Color Hex

#DC20EB
(220,32,235)
0 Favorites   0 Comments

Color spaces of #dc20eb

RGB 22032235
HSL0.820.840.52
HSV296°86°92°
CMYK 0.060.860.00   0.08
XYZ45.027122.246880.5181
Yxy22.24680.30470.1505
Hunter Lab47.166587.8621-68.1976
CIE-Lab54.287986.8110-59.6734

#dc20eb color RGB value is (220,32,235).

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

The process color (four color CMYK) of #dc20eb color hex is 0.06, 0.86, 0.00, 0.08. Web safe color of #dc20eb is #cc33ff. Color #dc20eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100000 11101011
Octal 334 40 353
Decimal 220 32 235
Hex DC 20 EB

RGB Percentages of Color #dc20eb

%45.17
%6.57
%48.25

CMYK Percentages of Color #dc20eb

%6
%86
%0
%8

Triadic Colors of #dc20eb

#dc20eb #ebdc20 #20ebdc

Analogous Colors of #dc20eb

#dc20eb #eb2095 #7720eb

Monochromatic Colors of #dc20eb

#dc20eb

Complementary Color

#dc20eb #2feb20

#dc20eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc20eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc20eb Color CSS Codes

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

#dc20eb Text Font Color

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

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


#dc20eb Background Color

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

This div background color is #dc20eb


#dc20eb Border Color

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

This div border color is #dc20eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc20eb


Comments

No comments written yet.

Please login to write comment.