Color Hex Logo

#c80aee Color Hex

#C80AEE
(200,10,238)
0 Favorites   0 Comments

Color spaces of #c80aee

RGB 20010238
HSL0.810.920.49
HSV290°96°93°
CMYK 0.160.960.00   0.07
XYZ39.360618.669582.4180
Yxy18.66950.28030.1329
Hunter Lab43.208286.9905-82.8476
CIE-Lab50.298386.9187-67.9635

#c80aee color RGB value is (200,10,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001010 11101110
Octal 310 12 356
Decimal 200 10 238
Hex C8 A EE

RGB Percentages of Color #c80aee

%44.64
%2.23
%53.13

CMYK Percentages of Color #c80aee

%16
%96
%0
%7

Triadic Colors of #c80aee

#c80aee #eec80a #0aeec8

Analogous Colors of #c80aee

#c80aee #ee0aa2 #560aee

Monochromatic Colors of #c80aee

#c80aee

Complementary Color

#c80aee #30ee0a

#c80aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80aee Color CSS Codes

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

#c80aee Text Font Color

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

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


#c80aee Background Color

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

This div background color is #c80aee


#c80aee Border Color

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

This div border color is #c80aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80aee


Comments

No comments written yet.

Please login to write comment.