Color Hex Logo

#c00aeb Color Hex

#C00AEB
(192,10,235)
0 Favorites   0 Comments

Color spaces of #c00aeb

RGB 19210235
HSL0.800.920.48
HSV289°96°92°
CMYK 0.180.960.00   0.08
XYZ36.842217.421780.0182
Yxy17.42170.27440.1297
Hunter Lab41.739384.5135-84.4470
CIE-Lab48.787085.3083-68.7826

#c00aeb color RGB value is (192,10,235).

#c00aeb hex color red value is 192, green value is 10 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c00aeb hue: 0.80 , saturation: 0.92 and the lightness value of c00aeb is 0.48.

The process color (four color CMYK) of #c00aeb color hex is 0.18, 0.96, 0.00, 0.08. Web safe color of #c00aeb is #cc00ff. Color #c00aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001010 11101011
Octal 300 12 353
Decimal 192 10 235
Hex C0 A EB

RGB Percentages of Color #c00aeb

%43.94
%2.29
%53.78

CMYK Percentages of Color #c00aeb

%18
%96
%0
%8

Triadic Colors of #c00aeb

#c00aeb #ebc00a #0aebc0

Analogous Colors of #c00aeb

#c00aeb #eb0aa6 #500aeb

Monochromatic Colors of #c00aeb

#c00aeb

Complementary Color

#c00aeb #35eb0a

#c00aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00aeb Color CSS Codes

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

#c00aeb Text Font Color

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

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


#c00aeb Background Color

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

This div background color is #c00aeb


#c00aeb Border Color

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

This div border color is #c00aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00aeb


Comments

No comments written yet.

Please login to write comment.