Color Hex Logo

#5487d7 Color Hex

#5487D7
(84,135,215)
0 Favorites   0 Comments

Color spaces of #5487d7

RGB 84135215
HSL0.600.620.59
HSV217°61°84°
CMYK 0.610.370.00   0.16
XYZ24.585924.119167.6496
Yxy24.11910.21130.2073
Hunter Lab49.11123.4155-47.2928
CIE-Lab56.20687.3441-46.1654

#5487d7 color RGB value is (84,135,215).

#5487d7 hex color red value is 84, green value is 135 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #5487d7 hue: 0.60 , saturation: 0.62 and the lightness value of 5487d7 is 0.59.

The process color (four color CMYK) of #5487d7 color hex is 0.61, 0.37, 0.00, 0.16. Web safe color of #5487d7 is #6699cc. Color #5487d7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10000111 11010111
Octal 124 207 327
Decimal 84 135 215
Hex 54 87 D7

RGB Percentages of Color #5487d7

%19.35
%31.11
%49.54

CMYK Percentages of Color #5487d7

%61
%37
%0
%16

Triadic Colors of #5487d7

#5487d7 #d75487 #87d754

Analogous Colors of #5487d7

#5487d7 #6254d7 #54c9d7

Monochromatic Colors of #5487d7

#5487d7

Complementary Color

#5487d7 #d7a454

#5487d7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5487d7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5487d7 Color CSS Codes

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

#5487d7 Text Font Color

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

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


#5487d7 Background Color

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

This div background color is #5487d7


#5487d7 Border Color

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

This div border color is #5487d7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5487d7


Comments

No comments written yet.

Please login to write comment.