Color Hex Logo

#c360fd Color Hex

#C360FD
(195,96,253)
0 Favorites   0 Comments

Color spaces of #c360fd

RGB 19596253
HSL0.770.980.68
HSV278°62°99°
CMYK 0.230.620.00   0.01
XYZ44.418227.059795.8105
Yxy27.05970.26550.1618
Hunter Lab52.018961.3854-72.7894
CIE-Lab59.029564.6079-62.2911

#c360fd color RGB value is (195,96,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01100000 11111101
Octal 303 140 375
Decimal 195 96 253
Hex C3 60 FD

RGB Percentages of Color #c360fd

%35.85
%17.65
%46.51

CMYK Percentages of Color #c360fd

%23
%62
%0
%1

Triadic Colors of #c360fd

#c360fd #fdc360 #60fdc3

Analogous Colors of #c360fd

#c360fd #fd60e9 #7560fd

Monochromatic Colors of #c360fd

#c360fd

Complementary Color

#c360fd #9afd60

#c360fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c360fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c360fd Color CSS Codes

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

#c360fd Text Font Color

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

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


#c360fd Background Color

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

This div background color is #c360fd


#c360fd Border Color

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

This div border color is #c360fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c360fd


Comments

No comments written yet.

Please login to write comment.