Color Hex Logo

#c05aeb Color Hex

#C05AEB
(192,90,235)
0 Favorites   0 Comments

Color spaces of #c05aeb

RGB 19290235
HSL0.780.780.64
HSV282°62°92°
CMYK 0.180.620.00   0.08
XYZ40.389824.517081.2007
Yxy24.51700.27640.1678
Hunter Lab49.514658.9544-62.5714
CIE-Lab56.601862.9690-56.1936

#c05aeb color RGB value is (192,90,235).

#c05aeb hex color red value is 192, green value is 90 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c05aeb hue: 0.78 , saturation: 0.78 and the lightness value of c05aeb is 0.64.

The process color (four color CMYK) of #c05aeb color hex is 0.18, 0.62, 0.00, 0.08. Web safe color of #c05aeb is #cc66ff. Color #c05aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011010 11101011
Octal 300 132 353
Decimal 192 90 235
Hex C0 5A EB

RGB Percentages of Color #c05aeb

%37.14
%17.41
%45.45

CMYK Percentages of Color #c05aeb

%18
%62
%0
%8

Triadic Colors of #c05aeb

#c05aeb #ebc05a #5aebc0

Analogous Colors of #c05aeb

#c05aeb #eb5ace #785aeb

Monochromatic Colors of #c05aeb

#c05aeb

Complementary Color

#c05aeb #85eb5a

#c05aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05aeb Color CSS Codes

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

#c05aeb Text Font Color

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

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


#c05aeb Background Color

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

This div background color is #c05aeb


#c05aeb Border Color

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

This div border color is #c05aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05aeb


Comments

No comments written yet.

Please login to write comment.