Color Hex Logo

#5858aa Color Hex

#5858AA
(88,88,170)
0 Favorites   0 Comments

Color spaces of #5858aa

RGB 8888170
HSL0.670.330.51
HSV240°48°67°
CMYK 0.480.480.00   0.33
XYZ14.769911.956439.5596
Yxy11.95640.22280.1804
Hunter Lab34.578015.7342-43.6271
CIE-Lab41.146722.4905-44.1832

#5858aa color RGB value is (88,88,170).

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

The process color (four color CMYK) of #5858aa color hex is 0.48, 0.48, 0.00, 0.33. Web safe color of #5858aa is #666699. Color #5858aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011000 10101010
Octal 130 130 252
Decimal 88 88 170
Hex 58 58 AA

RGB Percentages of Color #5858aa

%25.43
%25.43
%49.13

CMYK Percentages of Color #5858aa

%48
%48
%0
%33

Triadic Colors of #5858aa

#5858aa #aa5858 #58aa58

Analogous Colors of #5858aa

#5858aa #8158aa #5881aa

Monochromatic Colors of #5858aa

#5858aa

Complementary Color

#5858aa #aaaa58

#5858aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5858aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5858aa Color CSS Codes

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

#5858aa Text Font Color

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

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


#5858aa Background Color

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

This div background color is #5858aa


#5858aa Border Color

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

This div border color is #5858aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5858aa


Comments

No comments written yet.

Please login to write comment.