Color Hex Logo

#5487ec Color Hex

#5487EC
(84,135,236)
0 Favorites   0 Comments

Color spaces of #5487ec

RGB 84135236
HSL0.610.800.63
HSV220°64°93°
CMYK 0.640.430.00   0.07
XYZ27.460525.268982.7869
Yxy25.26890.20260.1865
Hunter Lab50.26829.5417-62.4572
CIE-Lab57.336514.4365-56.1002

#5487ec color RGB value is (84,135,236).

#5487ec hex color red value is 84, green value is 135 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5487ec hue: 0.61 , saturation: 0.80 and the lightness value of 5487ec is 0.63.

The process color (four color CMYK) of #5487ec color hex is 0.64, 0.43, 0.00, 0.07. Web safe color of #5487ec is #6699ff. Color #5487ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10000111 11101100
Octal 124 207 354
Decimal 84 135 236
Hex 54 87 EC

RGB Percentages of Color #5487ec

%18.46
%29.67
%51.87

CMYK Percentages of Color #5487ec

%64
%43
%0
%7

Triadic Colors of #5487ec

#5487ec #ec5487 #87ec54

Analogous Colors of #5487ec

#5487ec #6d54ec #54d3ec

Monochromatic Colors of #5487ec

#5487ec

Complementary Color

#5487ec #ecb954

#5487ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5487ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5487ec Color CSS Codes

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

#5487ec Text Font Color

<p style="color:#5487ec">Text here</p>

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


#5487ec Background Color

<div style="background-color:#5487ec">
Div content here</div>

This div background color is #5487ec


#5487ec Border Color

<div style="border:3px solid #5487ec">
Div here</div>

This div border color is #5487ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,135,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5487ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5487ec;
  -webkit-box-shadow: 1px 1px 3px 2px #5487ec;
  box-shadow:         1px 1px 3px 2px #5487ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,135,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5487ec


Comments

No comments written yet.

Please login to write comment.