Color Hex Logo

#5710bf Color Hex

#5710BF
(87,16,191)
0 Favorites   0 Comments

Color spaces of #5710bf

RGB 8716191
HSL0.730.850.41
HSV264°92°75°
CMYK 0.540.920.00   0.25
XYZ13.51976.158449.7663
Yxy6.15840.19470.0887
Hunter Lab24.816153.8177-101.5290
CIE-Lab29.808663.5524-75.0791

#5710bf color RGB value is (87,16,191).

#5710bf hex color red value is 87, green value is 16 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #5710bf hue: 0.73 , saturation: 0.85 and the lightness value of 5710bf is 0.41.

The process color (four color CMYK) of #5710bf color hex is 0.54, 0.92, 0.00, 0.25. Web safe color of #5710bf is #6600cc. Color #5710bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010000 10111111
Octal 127 20 277
Decimal 87 16 191
Hex 57 10 BF

RGB Percentages of Color #5710bf

%29.59
%5.44
%64.97

CMYK Percentages of Color #5710bf

%54
%92
%0
%25

Triadic Colors of #5710bf

#5710bf #bf5710 #10bf57

Analogous Colors of #5710bf

#5710bf #af10bf #1021bf

Monochromatic Colors of #5710bf

#5710bf

Complementary Color

#5710bf #78bf10

#5710bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5710bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5710bf Color CSS Codes

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

#5710bf Text Font Color

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

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


#5710bf Background Color

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

This div background color is #5710bf


#5710bf Border Color

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

This div border color is #5710bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,16,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5710bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5710bf;
  -webkit-box-shadow: 1px 1px 3px 2px #5710bf;
  box-shadow:         1px 1px 3px 2px #5710bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5710bf


Comments

No comments written yet.

Please login to write comment.