Color Hex Logo

#5187cd Color Hex

#5187CD
(81,135,205)
0 Favorites   0 Comments

Color spaces of #5187cd

RGB 81135205
HSL0.590.550.56
HSV214°60°80°
CMYK 0.600.340.00   0.20
XYZ23.076823.485161.0744
Yxy23.48510.21440.2182
Hunter Lab48.46140.1922-40.7983
CIE-Lab55.56853.4391-41.5474

#5187cd color RGB value is (81,135,205).

#5187cd hex color red value is 81, green value is 135 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5187cd hue: 0.59 , saturation: 0.55 and the lightness value of 5187cd is 0.56.

The process color (four color CMYK) of #5187cd color hex is 0.60, 0.34, 0.00, 0.20. Web safe color of #5187cd is #6699cc. Color #5187cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10000111 11001101
Octal 121 207 315
Decimal 81 135 205
Hex 51 87 CD

RGB Percentages of Color #5187cd

%19.24
%32.07
%48.69

CMYK Percentages of Color #5187cd

%60
%34
%0
%20

Triadic Colors of #5187cd

#5187cd #cd5187 #87cd51

Analogous Colors of #5187cd

#5187cd #5951cd #51c5cd

Monochromatic Colors of #5187cd

#5187cd

Complementary Color

#5187cd #cd9751

#5187cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5187cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5187cd Color CSS Codes

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

#5187cd Text Font Color

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

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


#5187cd Background Color

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

This div background color is #5187cd


#5187cd Border Color

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

This div border color is #5187cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5187cd


Comments

No comments written yet.

Please login to write comment.