Color Hex Logo

#c80ae6 Color Hex

#C80AE6
(200,10,230)
0 Favorites   0 Comments

Color spaces of #c80ae6

RGB 20010230
HSL0.810.920.47
HSV292°96°90°
CMYK 0.130.960.00   0.10
XYZ38.210918.209676.3638
Yxy18.20960.28780.1371
Hunter Lab42.672785.1590-76.2299
CIE-Lab49.749385.6202-64.3329

#c80ae6 color RGB value is (200,10,230).

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

The process color (four color CMYK) of #c80ae6 color hex is 0.13, 0.96, 0.00, 0.10. Web safe color of #c80ae6 is #cc00ff. Color #c80ae6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001010 11100110
Octal 310 12 346
Decimal 200 10 230
Hex C8 A E6

RGB Percentages of Color #c80ae6

%45.45
%2.27
%52.27

CMYK Percentages of Color #c80ae6

%13
%96
%0
%10

Triadic Colors of #c80ae6

#c80ae6 #e6c80a #0ae6c8

Analogous Colors of #c80ae6

#c80ae6 #e60a96 #5a0ae6

Monochromatic Colors of #c80ae6

#c80ae6

Complementary Color

#c80ae6 #28e60a

#c80ae6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80ae6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80ae6 Color CSS Codes

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

#c80ae6 Text Font Color

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

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


#c80ae6 Background Color

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

This div background color is #c80ae6


#c80ae6 Border Color

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

This div border color is #c80ae6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80ae6


Comments

No comments written yet.

Please login to write comment.