Color Hex Logo

#c360cc Color Hex

#C360CC
(195,96,204)
0 Favorites   0 Comments

Color spaces of #c360cc

RGB 19596204
HSL0.820.510.59
HSV295°53°80°
CMYK 0.040.530.00   0.20
XYZ37.587624.327559.8413
Yxy24.32750.30870.1998
Hunter Lab49.322949.7147-37.4079
CIE-Lab56.414254.8748-38.9717

#c360cc color RGB value is (195,96,204).

#c360cc hex color red value is 195, green value is 96 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c360cc hue: 0.82 , saturation: 0.51 and the lightness value of c360cc is 0.59.

The process color (four color CMYK) of #c360cc color hex is 0.04, 0.53, 0.00, 0.20. Web safe color of #c360cc is #cc66cc. Color #c360cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01100000 11001100
Octal 303 140 314
Decimal 195 96 204
Hex C3 60 CC

RGB Percentages of Color #c360cc

%39.39
%19.39
%41.21

CMYK Percentages of Color #c360cc

%4
%53
%0
%20

Triadic Colors of #c360cc

#c360cc #ccc360 #60ccc3

Analogous Colors of #c360cc

#c360cc #cc609f #8d60cc

Monochromatic Colors of #c360cc

#c360cc

Complementary Color

#c360cc #69cc60

#c360cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c360cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c360cc Color CSS Codes

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

#c360cc Text Font Color

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

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


#c360cc Background Color

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

This div background color is #c360cc


#c360cc Border Color

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

This div border color is #c360cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c360cc


Comments

No comments written yet.

Please login to write comment.