Color Hex Logo

#c060fc Color Hex

#C060FC
(192,96,252)
0 Favorites   0 Comments

Color spaces of #c060fc

RGB 19296252
HSL0.770.960.68
HSV277°62°99°
CMYK 0.240.620.00   0.01
XYZ43.491826.600594.9376
Yxy26.60050.26350.1612
Hunter Lab51.575760.2648-73.0347
CIE-Lab58.602763.7313-62.4433

#c060fc color RGB value is (192,96,252).

#c060fc hex color red value is 192, green value is 96 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c060fc hue: 0.77 , saturation: 0.96 and the lightness value of c060fc is 0.68.

The process color (four color CMYK) of #c060fc color hex is 0.24, 0.62, 0.00, 0.01. Web safe color of #c060fc is #cc66ff. Color #c060fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100000 11111100
Octal 300 140 374
Decimal 192 96 252
Hex C0 60 FC

RGB Percentages of Color #c060fc

%35.56
%17.78
%46.67

CMYK Percentages of Color #c060fc

%24
%62
%0
%1

Triadic Colors of #c060fc

#c060fc #fcc060 #60fcc0

Analogous Colors of #c060fc

#c060fc #fc60ea #7260fc

Monochromatic Colors of #c060fc

#c060fc

Complementary Color

#c060fc #9cfc60

#c060fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c060fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c060fc Color CSS Codes

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

#c060fc Text Font Color

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

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


#c060fc Background Color

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

This div background color is #c060fc


#c060fc Border Color

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

This div border color is #c060fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c060fc


Comments

No comments written yet.

Please login to write comment.