Color Hex Logo

#dc11eb Color Hex

#DC11EB
(220,17,235)
0 Favorites   0 Comments

Color spaces of #dc11eb

RGB 22017235
HSL0.820.870.49
HSV296°93°92°
CMYK 0.060.930.00   0.08
XYZ44.711021.614780.4128
Yxy21.61470.30470.1473
Hunter Lab46.491690.3032-70.0050
CIE-Lab53.615888.7938-60.7533

#dc11eb color RGB value is (220,17,235).

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

The process color (four color CMYK) of #dc11eb color hex is 0.06, 0.93, 0.00, 0.08. Web safe color of #dc11eb is #cc00ff. Color #dc11eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010001 11101011
Octal 334 21 353
Decimal 220 17 235
Hex DC 11 EB

RGB Percentages of Color #dc11eb

%46.61
%3.60
%49.79

CMYK Percentages of Color #dc11eb

%6
%93
%0
%8

Triadic Colors of #dc11eb

#dc11eb #ebdc11 #11ebdc

Analogous Colors of #dc11eb

#dc11eb #eb118d #6f11eb

Monochromatic Colors of #dc11eb

#dc11eb

Complementary Color

#dc11eb #20eb11

#dc11eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc11eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc11eb Color CSS Codes

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

#dc11eb Text Font Color

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

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


#dc11eb Background Color

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

This div background color is #dc11eb


#dc11eb Border Color

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

This div border color is #dc11eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc11eb


Comments

No comments written yet.

Please login to write comment.