Color Hex Logo

#5188cd Color Hex

#5188CD
(81,136,205)
0 Favorites   0 Comments

Color spaces of #5188cd

RGB 81136205
HSL0.590.550.56
HSV213°60°80°
CMYK 0.600.340.00   0.20
XYZ23.216923.765461.1211
Yxy23.76540.21480.2198
Hunter Lab48.7498-0.3021-40.2113
CIE-Lab55.85212.8467-41.1004

#5188cd color RGB value is (81,136,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001000 11001101
Octal 121 210 315
Decimal 81 136 205
Hex 51 88 CD

RGB Percentages of Color #5188cd

%19.19
%32.23
%48.58

CMYK Percentages of Color #5188cd

%60
%34
%0
%20

Triadic Colors of #5188cd

#5188cd #cd5188 #88cd51

Analogous Colors of #5188cd

#5188cd #5851cd #51c6cd

Monochromatic Colors of #5188cd

#5188cd

Complementary Color

#5188cd #cd9651

#5188cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5188cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5188cd Color CSS Codes

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

#5188cd Text Font Color

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

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


#5188cd Background Color

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

This div background color is #5188cd


#5188cd Border Color

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

This div border color is #5188cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,136,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 #5188cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5188cd


Comments

No comments written yet.

Please login to write comment.