Color Hex Logo

#5785ff Color Hex

#5785FF
(87,133,255)
0 Favorites   0 Comments

Color spaces of #5785ff

RGB 87133255
HSL0.621.000.67
HSV224°66°100°
CMYK 0.660.480.00   0.00
XYZ30.368026.021398.0298
Yxy26.02130.19670.1685
Hunter Lab51.011116.9955-78.2319
CIE-Lab58.057322.6065-65.4360

#5785ff color RGB value is (87,133,255).

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

The process color (four color CMYK) of #5785ff color hex is 0.66, 0.48, 0.00, 0.00. Web safe color of #5785ff is #6699ff. Color #5785ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10000101 11111111
Octal 127 205 377
Decimal 87 133 255
Hex 57 85 FF

RGB Percentages of Color #5785ff

%18.32
%28.00
%53.68

CMYK Percentages of Color #5785ff

%66
%48
%0
%0

Triadic Colors of #5785ff

#5785ff #ff5785 #85ff57

Analogous Colors of #5785ff

#5785ff #7d57ff #57d9ff

Monochromatic Colors of #5785ff

#5785ff

Complementary Color

#5785ff #ffd157

#5785ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5785ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5785ff Color CSS Codes

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

#5785ff Text Font Color

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

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


#5785ff Background Color

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

This div background color is #5785ff


#5785ff Border Color

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

This div border color is #5785ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5785ff

Related Colors


Comments

No comments written yet.

Please login to write comment.