Color Hex Logo

#5858bd Color Hex

#5858BD
(88,88,189)
0 Favorites   0 Comments

Color spaces of #5858bd

RGB 8888189
HSL0.670.430.54
HSV240°53°74°
CMYK 0.530.530.00   0.26
XYZ16.699512.728349.7208
Yxy12.72830.21100.1608
Hunter Lab35.676721.1176-57.6556
CIE-Lab42.351028.5304-53.4074

#5858bd color RGB value is (88,88,189).

#5858bd hex color red value is 88, green value is 88 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5858bd hue: 0.67 , saturation: 0.43 and the lightness value of 5858bd is 0.54.

The process color (four color CMYK) of #5858bd color hex is 0.53, 0.53, 0.00, 0.26. Web safe color of #5858bd is #6666cc. Color #5858bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011000 10111101
Octal 130 130 275
Decimal 88 88 189
Hex 58 58 BD

RGB Percentages of Color #5858bd

%24.11
%24.11
%51.78

CMYK Percentages of Color #5858bd

%53
%53
%0
%26

Triadic Colors of #5858bd

#5858bd #bd5858 #58bd58

Analogous Colors of #5858bd

#5858bd #8b58bd #588bbd

Monochromatic Colors of #5858bd

#5858bd

Complementary Color

#5858bd #bdbd58

#5858bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5858bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5858bd Color CSS Codes

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

#5858bd Text Font Color

<p style="color:#5858bd">Text here</p>

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


#5858bd Background Color

<div style="background-color:#5858bd">
Div content here</div>

This div background color is #5858bd


#5858bd Border Color

<div style="border:3px solid #5858bd">
Div here</div>

This div border color is #5858bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,88,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5858bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5858bd;
  -webkit-box-shadow: 1px 1px 3px 2px #5858bd;
  box-shadow:         1px 1px 3px 2px #5858bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5858bd


Comments

No comments written yet.

Please login to write comment.