Color Hex Logo

#5713fc Color Hex

#5713FC
(87,19,252)
0 Favorites   0 Comments

Color spaces of #5713fc

RGB 8719252
HSL0.720.970.53
HSV258°92°99°
CMYK 0.650.920.00   0.01
XYZ21.73409.520392.7875
Yxy9.52030.17520.0768
Hunter Lab30.855071.7377-156.6992
CIE-Lab36.967377.4453-98.2922

#5713fc color RGB value is (87,19,252).

#5713fc hex color red value is 87, green value is 19 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #5713fc hue: 0.72 , saturation: 0.97 and the lightness value of 5713fc is 0.53.

The process color (four color CMYK) of #5713fc color hex is 0.65, 0.92, 0.00, 0.01. Web safe color of #5713fc is #6600ff. Color #5713fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010011 11111100
Octal 127 23 374
Decimal 87 19 252
Hex 57 13 FC

RGB Percentages of Color #5713fc

%24.30
%5.31
%70.39

CMYK Percentages of Color #5713fc

%65
%92
%0
%1

Triadic Colors of #5713fc

#5713fc #fc5713 #13fc57

Analogous Colors of #5713fc

#5713fc #cc13fc #1344fc

Monochromatic Colors of #5713fc

#5713fc

Complementary Color

#5713fc #b8fc13

#5713fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5713fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5713fc Color CSS Codes

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

#5713fc Text Font Color

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

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


#5713fc Background Color

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

This div background color is #5713fc


#5713fc Border Color

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

This div border color is #5713fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,19,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5713fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5713fc;
  -webkit-box-shadow: 1px 1px 3px 2px #5713fc;
  box-shadow:         1px 1px 3px 2px #5713fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,19,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5713fc


Comments

No comments written yet.

Please login to write comment.