Color Hex Logo

#dc0cea Color Hex

#DC0CEA
(220,12,234)
0 Favorites   0 Comments

Color spaces of #dc0cea

RGB 22012234
HSL0.820.900.48
HSV296°95°92°
CMYK 0.060.950.00   0.08
XYZ44.498021.419179.6309
Yxy21.41910.30570.1472
Hunter Lab46.280890.6327-69.6181
CIE-Lab53.405289.0832-60.5286

#dc0cea color RGB value is (220,12,234).

#dc0cea hex color red value is 220, green value is 12 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dc0cea hue: 0.82 , saturation: 0.90 and the lightness value of dc0cea is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00001100 11101010
Octal 334 14 352
Decimal 220 12 234
Hex DC C EA

RGB Percentages of Color #dc0cea

%47.21
%2.58
%50.21

CMYK Percentages of Color #dc0cea

%6
%95
%0
%8

Triadic Colors of #dc0cea

#dc0cea #eadc0c #0ceadc

Analogous Colors of #dc0cea

#dc0cea #ea0c89 #6d0cea

Monochromatic Colors of #dc0cea

#dc0cea

Complementary Color

#dc0cea #1aea0c

#dc0cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc0cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc0cea Color CSS Codes

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

#dc0cea Text Font Color

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

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


#dc0cea Background Color

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

This div background color is #dc0cea


#dc0cea Border Color

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

This div border color is #dc0cea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,12,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc0cea


Comments

No comments written yet.

Please login to write comment.