Color Hex Logo

#5858af Color Hex

#5858AF
(88,88,175)
0 Favorites   0 Comments

Color spaces of #5858af

RGB 8888175
HSL0.670.350.52
HSV240°50°69°
CMYK 0.500.500.00   0.31
XYZ15.252112.149342.0986
Yxy12.14930.21950.1748
Hunter Lab34.855817.1097-47.2109
CIE-Lab41.452424.0670-46.6462

#5858af color RGB value is (88,88,175).

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

The process color (four color CMYK) of #5858af color hex is 0.50, 0.50, 0.00, 0.31. Web safe color of #5858af is #666699. Color #5858af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011000 10101111
Octal 130 130 257
Decimal 88 88 175
Hex 58 58 AF

RGB Percentages of Color #5858af

%25.07
%25.07
%49.86

CMYK Percentages of Color #5858af

%50
%50
%0
%31

Triadic Colors of #5858af

#5858af #af5858 #58af58

Analogous Colors of #5858af

#5858af #8458af #5884af

Monochromatic Colors of #5858af

#5858af

Complementary Color

#5858af #afaf58

#5858af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5858af Color Preview on White Background

Lorem ipsum dolor sit amet.

#5858af Color CSS Codes

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

#5858af Text Font Color

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

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


#5858af Background Color

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

This div background color is #5858af


#5858af Border Color

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

This div border color is #5858af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5858af


Comments

No comments written yet.

Please login to write comment.