Color Hex Logo

#c315fe Color Hex

#C315FE
(195,21,254)
0 Favorites   0 Comments

Color spaces of #c315fe

RGB 19521254
HSL0.790.990.54
HSV285°92°100°
CMYK 0.230.920.00   0.00
XYZ40.663219.294295.3469
Yxy19.29420.26180.1242
Hunter Lab43.925288.3752-97.9512
CIE-Lab51.029687.8330-75.7745

#c315fe color RGB value is (195,21,254).

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

The process color (four color CMYK) of #c315fe color hex is 0.23, 0.92, 0.00, 0.00. Web safe color of #c315fe is #cc00ff. Color #c315fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00010101 11111110
Octal 303 25 376
Decimal 195 21 254
Hex C3 15 FE

RGB Percentages of Color #c315fe

%41.49
%4.47
%54.04

CMYK Percentages of Color #c315fe

%23
%92
%0
%0

Triadic Colors of #c315fe

#c315fe #fec315 #15fec3

Analogous Colors of #c315fe

#c315fe #fe15c5 #4e15fe

Monochromatic Colors of #c315fe

#c315fe

Complementary Color

#c315fe #50fe15

#c315fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c315fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c315fe Color CSS Codes

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

#c315fe Text Font Color

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

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


#c315fe Background Color

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

This div background color is #c315fe


#c315fe Border Color

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

This div border color is #c315fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c315fe


Comments

No comments written yet.

Please login to write comment.