Color Hex Logo

#5187ed Color Hex

#5187ED
(81,135,237)
0 Favorites   0 Comments

Color spaces of #5187ed

RGB 81135237
HSL0.610.810.62
HSV219°66°93°
CMYK 0.660.430.00   0.07
XYZ27.343425.191783.5421
Yxy25.19170.20090.1851
Hunter Lab50.19139.4090-63.5526
CIE-Lab57.261714.2882-56.7825

#5187ed color RGB value is (81,135,237).

#5187ed hex color red value is 81, green value is 135 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #5187ed hue: 0.61 , saturation: 0.81 and the lightness value of 5187ed is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10000111 11101101
Octal 121 207 355
Decimal 81 135 237
Hex 51 87 ED

RGB Percentages of Color #5187ed

%17.88
%29.80
%52.32

CMYK Percentages of Color #5187ed

%66
%43
%0
%7

Triadic Colors of #5187ed

#5187ed #ed5187 #87ed51

Analogous Colors of #5187ed

#5187ed #6951ed #51d5ed

Monochromatic Colors of #5187ed

#5187ed

Complementary Color

#5187ed #edb751

#5187ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5187ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5187ed Color CSS Codes

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

#5187ed Text Font Color

<p style="color:#5187ed">Text here</p>

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


#5187ed Background Color

<div style="background-color:#5187ed">
Div content here</div>

This div background color is #5187ed


#5187ed Border Color

<div style="border:3px solid #5187ed">
Div here</div>

This div border color is #5187ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,135,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5187ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5187ed;
  -webkit-box-shadow: 1px 1px 3px 2px #5187ed;
  box-shadow:         1px 1px 3px 2px #5187ed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5187ed


Comments

No comments written yet.

Please login to write comment.