Color Hex Logo

#c60aeb Color Hex

#C60AEB
(198,10,235)
0 Favorites   0 Comments

Color spaces of #c60aeb

RGB 19810235
HSL0.810.920.48
HSV290°96°92°
CMYK 0.160.960.00   0.08
XYZ38.392618.221080.0908
Yxy18.22100.28080.1333
Hunter Lab42.686185.8454-81.3641
CIE-Lab49.763186.1451-67.1543

#c60aeb color RGB value is (198,10,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00001010 11101011
Octal 306 12 353
Decimal 198 10 235
Hex C6 A EB

RGB Percentages of Color #c60aeb

%44.70
%2.26
%53.05

CMYK Percentages of Color #c60aeb

%16
%96
%0
%8

Triadic Colors of #c60aeb

#c60aeb #ebc60a #0aebc6

Analogous Colors of #c60aeb

#c60aeb #eb0aa0 #560aeb

Monochromatic Colors of #c60aeb

#c60aeb

Complementary Color

#c60aeb #2feb0a

#c60aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60aeb Color CSS Codes

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

#c60aeb Text Font Color

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

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


#c60aeb Background Color

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

This div background color is #c60aeb


#c60aeb Border Color

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

This div border color is #c60aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60aeb


Comments

No comments written yet.

Please login to write comment.