Color Hex Logo

#dc19eb Color Hex

#DC19EB
(220,25,235)
0 Favorites   0 Comments

Color spaces of #dc19eb

RGB 22025235
HSL0.820.840.51
HSV296°89°92°
CMYK 0.060.890.00   0.08
XYZ44.858221.909180.4618
Yxy21.90910.30470.1488
Hunter Lab46.807289.1551-69.1549
CIE-Lab53.930487.8639-60.2476

#dc19eb color RGB value is (220,25,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00011001 11101011
Octal 334 31 353
Decimal 220 25 235
Hex DC 19 EB

RGB Percentages of Color #dc19eb

%45.83
%5.21
%48.96

CMYK Percentages of Color #dc19eb

%6
%89
%0
%8

Triadic Colors of #dc19eb

#dc19eb #ebdc19 #19ebdc

Analogous Colors of #dc19eb

#dc19eb #eb1991 #7319eb

Monochromatic Colors of #dc19eb

#dc19eb

Complementary Color

#dc19eb #28eb19

#dc19eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc19eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc19eb Color CSS Codes

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

#dc19eb Text Font Color

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

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


#dc19eb Background Color

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

This div background color is #dc19eb


#dc19eb Border Color

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

This div border color is #dc19eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc19eb


Comments

No comments written yet.

Please login to write comment.