color codes Logo

#c60aee color codes

#C60AEE
(198,10,238)
0 Favorites   0 Comments

Color spaces of #c60aee

RGB 19810238
HSL0.800.920.49
HSV289°96°93°
CMYK 0.170.960.00   0.07
XYZ38.829918.395982.3931
Yxy18.39590.27810.1318
Hunter Lab42.890486.5427-83.8736
CIE-Lab49.972886.6390-68.5063

#c60aee color RGB value is (198,10,238).

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

The process color (four color CMYK) of #c60aee color code is 0.17, 0.96, 0.00, 0.07. Web safe color of #c60aee is #cc00ff. Color #c60aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00001010 11101110
Octal 306 12 356
Decimal 198 10 238
Hex C6 A EE

RGB Percentages of Color #c60aee

%44.39
%2.24
%53.36

CMYK Percentages of Color #c60aee

%17
%96
%0
%7

Triadic Colors of #c60aee

#c60aee #eec60a #0aeec6

Analogous Colors of #c60aee

#c60aee #ee0aa4 #540aee

Monochromatic Colors of #c60aee

#c60aee

Complementary Color

#c60aee #32ee0a

#c60aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60aee Color CSS Codes

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

#c60aee Text Font Color

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

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


#c60aee Background Color

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

This div background color is #c60aee


#c60aee Border Color

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

This div border color is #c60aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60aee


Comments

No comments written yet.

Please login to write comment.