Color Hex Logo

#5739ff Color Hex

#5739FF
(87,57,255)
0 Favorites   0 Comments

Color spaces of #5739ff

RGB 8757255
HSL0.691.000.61
HSV249°78°100°
CMYK 0.660.780.00   0.00
XYZ23.443612.172595.7217
Yxy12.17250.17850.0927
Hunter Lab34.889158.8864-138.2456
CIE-Lab41.489065.7709-92.4743

#5739ff color RGB value is (87,57,255).

#5739ff hex color red value is 87, green value is 57 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5739ff hue: 0.69 , saturation: 1.00 and the lightness value of 5739ff is 0.61.

The process color (four color CMYK) of #5739ff color hex is 0.66, 0.78, 0.00, 0.00. Web safe color of #5739ff is #6633ff. Color #5739ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111001 11111111
Octal 127 71 377
Decimal 87 57 255
Hex 57 39 FF

RGB Percentages of Color #5739ff

%21.80
%14.29
%63.91

CMYK Percentages of Color #5739ff

%66
%78
%0
%0

Triadic Colors of #5739ff

#5739ff #ff5739 #39ff57

Analogous Colors of #5739ff

#5739ff #ba39ff #397eff

Monochromatic Colors of #5739ff

#5739ff

Complementary Color

#5739ff #e1ff39

#5739ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5739ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5739ff Color CSS Codes

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

#5739ff Text Font Color

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

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


#5739ff Background Color

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

This div background color is #5739ff


#5739ff Border Color

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

This div border color is #5739ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,57,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5739ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5739ff;
  -webkit-box-shadow: 1px 1px 3px 2px #5739ff;
  box-shadow:         1px 1px 3px 2px #5739ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,57,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 #5739ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5739ff


Comments

No comments written yet.

Please login to write comment.