Color Hex Logo

#c360ff Color Hex

#C360FF
(195,96,255)
0 Favorites   0 Comments

Color spaces of #c360ff

RGB 19596255
HSL0.771.000.69
HSV277°62°100°
CMYK 0.240.620.00   0.00
XYZ44.738527.187897.4975
Yxy27.18780.26410.1605
Hunter Lab52.141961.9071-74.3640
CIE-Lab59.147865.0288-63.2057

#c360ff color RGB value is (195,96,255).

#c360ff hex color red value is 195, green value is 96 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c360ff hue: 0.77 , saturation: 1.00 and the lightness value of c360ff is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01100000 11111111
Octal 303 140 377
Decimal 195 96 255
Hex C3 60 FF

RGB Percentages of Color #c360ff

%35.71
%17.58
%46.70

CMYK Percentages of Color #c360ff

%24
%62
%0
%0

Triadic Colors of #c360ff

#c360ff #ffc360 #60ffc3

Analogous Colors of #c360ff

#c360ff #ff60ec #7460ff

Monochromatic Colors of #c360ff

#c360ff

Complementary Color

#c360ff #9cff60

#c360ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c360ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c360ff Color CSS Codes

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

#c360ff Text Font Color

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

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


#c360ff Background Color

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

This div background color is #c360ff


#c360ff Border Color

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

This div border color is #c360ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c360ff


Comments

No comments written yet.

Please login to write comment.