Color Hex Logo

#c60aef Color Hex

#C60AEF
(198,10,239)
0 Favorites   0 Comments

Color spaces of #c60aef

RGB 19810239
HSL0.800.920.49
HSV289°96°94°
CMYK 0.170.960.00   0.06
XYZ38.977218.454883.1692
Yxy18.45480.27720.1313
Hunter Lab42.959186.7766-84.7148
CIE-Lab50.043186.8044-68.9555

#c60aef color RGB value is (198,10,239).

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

The process color (four color CMYK) of #c60aef color hex is 0.17, 0.96, 0.00, 0.06. Web safe color of #c60aef is #cc00ff. Color #c60aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00001010 11101111
Octal 306 12 357
Decimal 198 10 239
Hex C6 A EF

RGB Percentages of Color #c60aef

%44.30
%2.24
%53.47

CMYK Percentages of Color #c60aef

%17
%96
%0
%6

Triadic Colors of #c60aef

#c60aef #efc60a #0aefc6

Analogous Colors of #c60aef

#c60aef #ef0aa6 #530aef

Monochromatic Colors of #c60aef

#c60aef

Complementary Color

#c60aef #33ef0a

#c60aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60aef Color CSS Codes

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

#c60aef Text Font Color

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

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


#c60aef Background Color

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

This div background color is #c60aef


#c60aef Border Color

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

This div border color is #c60aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60aef


Comments

No comments written yet.

Please login to write comment.