Color Hex Logo

#c60efc Color Hex

#C60EFC
(198,14,252)
0 Favorites   0 Comments

Color spaces of #c60efc

RGB 19814252
HSL0.800.980.52
HSV286°94°99°
CMYK 0.210.940.00   0.01
XYZ41.016419.348193.6682
Yxy19.34810.26630.1256
Hunter Lab43.986589.4709-95.4662
CIE-Lab51.092088.6519-74.5373

#c60efc color RGB value is (198,14,252).

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

The process color (four color CMYK) of #c60efc color hex is 0.21, 0.94, 0.00, 0.01. Web safe color of #c60efc is #cc00ff. Color #c60efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00001110 11111100
Octal 306 16 374
Decimal 198 14 252
Hex C6 E FC

RGB Percentages of Color #c60efc

%42.67
%3.02
%54.31

CMYK Percentages of Color #c60efc

%21
%94
%0
%1

Triadic Colors of #c60efc

#c60efc #fcc60e #0efcc6

Analogous Colors of #c60efc

#c60efc #fc0ebb #4f0efc

Monochromatic Colors of #c60efc

#c60efc

Complementary Color

#c60efc #44fc0e

#c60efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60efc Color CSS Codes

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

#c60efc Text Font Color

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

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


#c60efc Background Color

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

This div background color is #c60efc


#c60efc Border Color

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

This div border color is #c60efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60efc

Related Colors


Comments

No comments written yet.

Please login to write comment.