Color Hex Logo

#c60cfe Color Hex

#C60CFE
(198,12,254)
0 Favorites   0 Comments

Color spaces of #c60cfe

RGB 19812254
HSL0.790.990.52
HSV286°95°100°
CMYK 0.220.950.00   0.00
XYZ41.309619.424595.3380
Yxy19.42450.26470.1245
Hunter Lab44.073290.1789-97.4032
CIE-Lab51.180289.1699-75.5089

#c60cfe color RGB value is (198,12,254).

#c60cfe hex color red value is 198, green value is 12 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c60cfe hue: 0.79 , saturation: 0.99 and the lightness value of c60cfe is 0.52.

The process color (four color CMYK) of #c60cfe color hex is 0.22, 0.95, 0.00, 0.00. Web safe color of #c60cfe is #cc00ff. Color #c60cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00001100 11111110
Octal 306 14 376
Decimal 198 12 254
Hex C6 C FE

RGB Percentages of Color #c60cfe

%42.67
%2.59
%54.74

CMYK Percentages of Color #c60cfe

%22
%95
%0
%0

Triadic Colors of #c60cfe

#c60cfe #fec60c #0cfec6

Analogous Colors of #c60cfe

#c60cfe #fe0cbd #4d0cfe

Monochromatic Colors of #c60cfe

#c60cfe

Complementary Color

#c60cfe #44fe0c

#c60cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60cfe Color CSS Codes

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

#c60cfe Text Font Color

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

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


#c60cfe Background Color

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

This div background color is #c60cfe


#c60cfe Border Color

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

This div border color is #c60cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.