Color Hex Logo

#c313ff Color Hex

#C313FF
(195,19,255)
0 Favorites   0 Comments

Color spaces of #c313ff

RGB 19519255
HSL0.791.000.54
HSV285°93°100°
CMYK 0.240.930.00   0.00
XYZ40.788519.287896.1809
Yxy19.28780.26100.1234
Hunter Lab43.917988.9247-99.1036
CIE-Lab51.022288.2515-76.3435

#c313ff color RGB value is (195,19,255).

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

The process color (four color CMYK) of #c313ff color hex is 0.24, 0.93, 0.00, 0.00. Web safe color of #c313ff is #cc00ff. Color #c313ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00010011 11111111
Octal 303 23 377
Decimal 195 19 255
Hex C3 13 FF

RGB Percentages of Color #c313ff

%41.58
%4.05
%54.37

CMYK Percentages of Color #c313ff

%24
%93
%0
%0

Triadic Colors of #c313ff

#c313ff #ffc313 #13ffc3

Analogous Colors of #c313ff

#c313ff #ff13c5 #4d13ff

Monochromatic Colors of #c313ff

#c313ff

Complementary Color

#c313ff #4fff13

#c313ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c313ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c313ff Color CSS Codes

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

#c313ff Text Font Color

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

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


#c313ff Background Color

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

This div background color is #c313ff


#c313ff Border Color

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

This div border color is #c313ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c313ff


Comments

No comments written yet.

Please login to write comment.