Color Hex Logo

#c80aef Color Hex

#C80AEF
(200,10,239)
0 Favorites   0 Comments

Color spaces of #c80aef

RGB 20010239
HSL0.800.920.49
HSV290°96°94°
CMYK 0.160.960.00   0.06
XYZ39.507918.728483.1940
Yxy18.72840.27930.1324
Hunter Lab43.276387.2230-83.6851
CIE-Lab50.367987.0829-68.4137

#c80aef color RGB value is (200,10,239).

#c80aef hex color red value is 200, green value is 10 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c80aef hue: 0.80 , saturation: 0.92 and the lightness value of c80aef is 0.49.

The process color (four color CMYK) of #c80aef color hex is 0.16, 0.96, 0.00, 0.06. Web safe color of #c80aef is #cc00ff. Color #c80aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001010 11101111
Octal 310 12 357
Decimal 200 10 239
Hex C8 A EF

RGB Percentages of Color #c80aef

%44.54
%2.23
%53.23

CMYK Percentages of Color #c80aef

%16
%96
%0
%6

Triadic Colors of #c80aef

#c80aef #efc80a #0aefc8

Analogous Colors of #c80aef

#c80aef #ef0aa4 #550aef

Monochromatic Colors of #c80aef

#c80aef

Complementary Color

#c80aef #31ef0a

#c80aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80aef Color CSS Codes

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

#c80aef Text Font Color

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

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


#c80aef Background Color

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

This div background color is #c80aef


#c80aef Border Color

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

This div border color is #c80aef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,10,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80aef


Comments

No comments written yet.

Please login to write comment.