Color Hex Logo

#c60eef Color Hex

#C60EEF
(198,14,239)
0 Favorites   0 Comments

Color spaces of #c60eef

RGB 19814239
HSL0.800.890.50
HSV289°94°94°
CMYK 0.170.940.00   0.06
XYZ39.025718.551883.1853
Yxy18.55180.27720.1318
Hunter Lab43.071886.3563-84.3575
CIE-Lab50.158786.4605-68.7681

#c60eef color RGB value is (198,14,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00001110 11101111
Octal 306 16 357
Decimal 198 14 239
Hex C6 E EF

RGB Percentages of Color #c60eef

%43.90
%3.10
%52.99

CMYK Percentages of Color #c60eef

%17
%94
%0
%6

Triadic Colors of #c60eef

#c60eef #efc60e #0eefc6

Analogous Colors of #c60eef

#c60eef #ef0ea8 #560eef

Monochromatic Colors of #c60eef

#c60eef

Complementary Color

#c60eef #37ef0e

#c60eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60eef Color CSS Codes

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

#c60eef Text Font Color

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

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


#c60eef Background Color

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

This div background color is #c60eef


#c60eef Border Color

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

This div border color is #c60eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60eef


Comments

No comments written yet.

Please login to write comment.