Color Hex Logo

#c80eef Color Hex

#C80EEF
(200,14,239)
0 Favorites   0 Comments

Color spaces of #c80eef

RGB 20014239
HSL0.800.890.50
HSV290°94°94°
CMYK 0.160.940.00   0.06
XYZ39.556418.825483.2102
Yxy18.82540.27940.1330
Hunter Lab43.388286.8063-83.3349
CIE-Lab50.482386.7425-68.2284

#c80eef color RGB value is (200,14,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001110 11101111
Octal 310 16 357
Decimal 200 14 239
Hex C8 E EF

RGB Percentages of Color #c80eef

%44.15
%3.09
%52.76

CMYK Percentages of Color #c80eef

%16
%94
%0
%6

Triadic Colors of #c80eef

#c80eef #efc80e #0eefc8

Analogous Colors of #c80eef

#c80eef #ef0ea6 #580eef

Monochromatic Colors of #c80eef

#c80eef

Complementary Color

#c80eef #35ef0e

#c80eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80eef Color CSS Codes

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

#c80eef Text Font Color

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

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


#c80eef Background Color

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

This div background color is #c80eef


#c80eef Border Color

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

This div border color is #c80eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80eef


Comments

No comments written yet.

Please login to write comment.