Color Hex Logo

#c060fb Color Hex

#C060FB
(192,96,251)
0 Favorites   0 Comments

Color spaces of #c060fb

RGB 19296251
HSL0.770.950.68
HSV277°62°98°
CMYK 0.240.620.00   0.02
XYZ43.333726.537294.1051
Yxy26.53720.26430.1618
Hunter Lab51.514360.0039-72.2496
CIE-Lab58.543563.5191-61.9853

#c060fb color RGB value is (192,96,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100000 11111011
Octal 300 140 373
Decimal 192 96 251
Hex C0 60 FB

RGB Percentages of Color #c060fb

%35.62
%17.81
%46.57

CMYK Percentages of Color #c060fb

%24
%62
%0
%2

Triadic Colors of #c060fb

#c060fb #fbc060 #60fbc0

Analogous Colors of #c060fb

#c060fb #fb60e9 #7360fb

Monochromatic Colors of #c060fb

#c060fb

Complementary Color

#c060fb #9bfb60

#c060fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c060fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c060fb Color CSS Codes

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

#c060fb Text Font Color

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

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


#c060fb Background Color

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

This div background color is #c060fb


#c060fb Border Color

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

This div border color is #c060fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,96,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c060fb


Comments

No comments written yet.

Please login to write comment.