Color Hex Logo

#5741ff Color Hex

#5741FF
(87,65,255)
0 Favorites   0 Comments

Color spaces of #5741ff

RGB 8765255
HSL0.691.000.63
HSV247°75°100°
CMYK 0.660.750.00   0.00
XYZ23.870813.026895.8640
Yxy13.02680.17980.0981
Hunter Lab36.092754.8934-132.2125
CIE-Lab42.803661.9976-90.3026

#5741ff color RGB value is (87,65,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000001 11111111
Octal 127 101 377
Decimal 87 65 255
Hex 57 41 FF

RGB Percentages of Color #5741ff

%21.38
%15.97
%62.65

CMYK Percentages of Color #5741ff

%66
%75
%0
%0

Triadic Colors of #5741ff

#5741ff #ff5741 #41ff57

Analogous Colors of #5741ff

#5741ff #b641ff #418aff

Monochromatic Colors of #5741ff

#5741ff

Complementary Color

#5741ff #e9ff41

#5741ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5741ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5741ff Color CSS Codes

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

#5741ff Text Font Color

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

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


#5741ff Background Color

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

This div background color is #5741ff


#5741ff Border Color

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

This div border color is #5741ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5741ff

Related Colors


Comments

No comments written yet.

Please login to write comment.