Color Hex Logo

#5858ba Color Hex

#5858BA
(88,88,186)
0 Favorites   0 Comments

Color spaces of #5858ba

RGB 8888186
HSL0.670.420.54
HSV240°53°73°
CMYK 0.530.530.00   0.27
XYZ16.377212.599348.0231
Yxy12.59930.21270.1636
Hunter Lab35.495520.2407-55.3687
CIE-Lab42.153227.5696-51.9752

#5858ba color RGB value is (88,88,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011000 10111010
Octal 130 130 272
Decimal 88 88 186
Hex 58 58 BA

RGB Percentages of Color #5858ba

%24.31
%24.31
%51.38

CMYK Percentages of Color #5858ba

%53
%53
%0
%27

Triadic Colors of #5858ba

#5858ba #ba5858 #58ba58

Analogous Colors of #5858ba

#5858ba #8958ba #5889ba

Monochromatic Colors of #5858ba

#5858ba

Complementary Color

#5858ba #baba58

#5858ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5858ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5858ba Color CSS Codes

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

#5858ba Text Font Color

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

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


#5858ba Background Color

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

This div background color is #5858ba


#5858ba Border Color

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

This div border color is #5858ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5858ba


Comments

No comments written yet.

Please login to write comment.