Color Hex Logo

#cc60fb Color Hex

#CC60FB
(204,96,251)
0 Favorites   0 Comments

Color spaces of #cc60fb

RGB 20496251
HSL0.780.950.68
HSV282°62°98°
CMYK 0.190.620.00   0.02
XYZ46.497328.168194.2531
Yxy28.16810.27530.1668
Hunter Lab53.073663.5033-68.1412
CIE-Lab60.040366.2131-59.5043

#cc60fb color RGB value is (204,96,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100000 11111011
Octal 314 140 373
Decimal 204 96 251
Hex CC 60 FB

RGB Percentages of Color #cc60fb

%37.02
%17.42
%45.55

CMYK Percentages of Color #cc60fb

%19
%62
%0
%2

Triadic Colors of #cc60fb

#cc60fb #fbcc60 #60fbcc

Analogous Colors of #cc60fb

#cc60fb #fb60dd #7f60fb

Monochromatic Colors of #cc60fb

#cc60fb

Complementary Color

#cc60fb #8ffb60

#cc60fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc60fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc60fb Color CSS Codes

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

#cc60fb Text Font Color

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

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


#cc60fb Background Color

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

This div background color is #cc60fb


#cc60fb Border Color

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

This div border color is #cc60fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc60fb


Comments

No comments written yet.

Please login to write comment.