Color Hex Logo

#c80ae4 Color Hex

#C80AE4
(200,10,228)
0 Favorites   0 Comments

Color spaces of #c80ae4

RGB 20010228
HSL0.810.920.47
HSV292°96°89°
CMYK 0.120.960.00   0.11
XYZ37.931518.097974.8928
Yxy18.09790.28970.1382
Hunter Lab42.541684.7086-74.5985
CIE-Lab49.614685.2993-63.4168

#c80ae4 color RGB value is (200,10,228).

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

The process color (four color CMYK) of #c80ae4 color hex is 0.12, 0.96, 0.00, 0.11. Web safe color of #c80ae4 is #cc00cc. Color #c80ae4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001010 11100100
Octal 310 12 344
Decimal 200 10 228
Hex C8 A E4

RGB Percentages of Color #c80ae4

%45.66
%2.28
%52.05

CMYK Percentages of Color #c80ae4

%12
%96
%0
%11

Triadic Colors of #c80ae4

#c80ae4 #e4c80a #0ae4c8

Analogous Colors of #c80ae4

#c80ae4 #e40a93 #5b0ae4

Monochromatic Colors of #c80ae4

#c80ae4

Complementary Color

#c80ae4 #26e40a

#c80ae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80ae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80ae4 Color CSS Codes

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

#c80ae4 Text Font Color

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

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


#c80ae4 Background Color

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

This div background color is #c80ae4


#c80ae4 Border Color

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

This div border color is #c80ae4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80ae4


Comments

No comments written yet.

Please login to write comment.