Color Hex Logo

#c80eee Color Hex

#C80EEE
(200,14,238)
0 Favorites   0 Comments

Color spaces of #c80eee

RGB 20014238
HSL0.810.890.49
HSV290°94°93°
CMYK 0.160.940.00   0.07
XYZ39.409118.766582.4341
Yxy18.76650.28030.1335
Hunter Lab43.320386.5734-82.4985
CIE-Lab50.412986.5777-67.7778

#c80eee color RGB value is (200,14,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001110 11101110
Octal 310 16 356
Decimal 200 14 238
Hex C8 E EE

RGB Percentages of Color #c80eee

%44.25
%3.10
%52.65

CMYK Percentages of Color #c80eee

%16
%94
%0
%7

Triadic Colors of #c80eee

#c80eee #eec80e #0eeec8

Analogous Colors of #c80eee

#c80eee #ee0ea4 #580eee

Monochromatic Colors of #c80eee

#c80eee

Complementary Color

#c80eee #34ee0e

#c80eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80eee Color CSS Codes

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

#c80eee Text Font Color

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

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


#c80eee Background Color

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

This div background color is #c80eee


#c80eee Border Color

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

This div border color is #c80eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80eee


Comments

No comments written yet.

Please login to write comment.