Color Hex Logo

#c80eed Color Hex

#C80EED
(200,14,237)
0 Favorites   0 Comments

Color spaces of #c80eed

RGB 20014237
HSL0.810.890.49
HSV290°94°93°
CMYK 0.160.940.00   0.07
XYZ39.262518.707981.6624
Yxy18.70790.28120.1340
Hunter Lab43.252686.3410-81.6646
CIE-Lab50.343786.4131-67.3265

#c80eed color RGB value is (200,14,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001110 11101101
Octal 310 16 355
Decimal 200 14 237
Hex C8 E ED

RGB Percentages of Color #c80eed

%44.35
%3.10
%52.55

CMYK Percentages of Color #c80eed

%16
%94
%0
%7

Triadic Colors of #c80eed

#c80eed #edc80e #0eedc8

Analogous Colors of #c80eed

#c80eed #ed0ea3 #590eed

Monochromatic Colors of #c80eed

#c80eed

Complementary Color

#c80eed #33ed0e

#c80eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80eed Color CSS Codes

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

#c80eed Text Font Color

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

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


#c80eed Background Color

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

This div background color is #c80eed


#c80eed Border Color

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

This div border color is #c80eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80eed


Comments

No comments written yet.

Please login to write comment.