Color Hex Logo

#c80cea Color Hex

#C80CEA
(200,12,234)
0 Favorites   0 Comments

Color spaces of #c80cea

RGB 20012234
HSL0.810.900.48
HSV291°95°92°
CMYK 0.150.950.00   0.08
XYZ38.802218.482879.3643
Yxy18.48280.28400.1353
Hunter Lab42.991685.8703-79.3576
CIE-Lab50.076586.1037-66.0663

#c80cea color RGB value is (200,12,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001100 11101010
Octal 310 14 352
Decimal 200 12 234
Hex C8 C EA

RGB Percentages of Color #c80cea

%44.84
%2.69
%52.47

CMYK Percentages of Color #c80cea

%15
%95
%0
%8

Triadic Colors of #c80cea

#c80cea #eac80c #0ceac8

Analogous Colors of #c80cea

#c80cea #ea0c9d #590cea

Monochromatic Colors of #c80cea

#c80cea

Complementary Color

#c80cea #2eea0c

#c80cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80cea Color CSS Codes

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

#c80cea Text Font Color

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

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


#c80cea Background Color

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

This div background color is #c80cea


#c80cea Border Color

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

This div border color is #c80cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80cea


Comments

No comments written yet.

Please login to write comment.