Color Hex Logo

#5387ff Color Hex

#5387FF
(83,135,255)
0 Favorites   0 Comments

Color spaces of #5387ff

RGB 83135255
HSL0.621.000.66
HSV222°67°100°
CMYK 0.670.470.00   0.00
XYZ30.281326.386998.1049
Yxy26.38690.19560.1705
Hunter Lab51.368215.3306-77.2766
CIE-Lab58.402520.7928-64.8901

#5387ff color RGB value is (83,135,255).

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

The process color (four color CMYK) of #5387ff color hex is 0.67, 0.47, 0.00, 0.00. Web safe color of #5387ff is #6699ff. Color #5387ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000111 11111111
Octal 123 207 377
Decimal 83 135 255
Hex 53 87 FF

RGB Percentages of Color #5387ff

%17.55
%28.54
%53.91

CMYK Percentages of Color #5387ff

%67
%47
%0
%0

Triadic Colors of #5387ff

#5387ff #ff5387 #87ff53

Analogous Colors of #5387ff

#5387ff #7553ff #53ddff

Monochromatic Colors of #5387ff

#5387ff

Complementary Color

#5387ff #ffcb53

#5387ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5387ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5387ff Color CSS Codes

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

#5387ff Text Font Color

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

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


#5387ff Background Color

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

This div background color is #5387ff


#5387ff Border Color

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

This div border color is #5387ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5387ff

Related Colors


Comments

No comments written yet.

Please login to write comment.