Color Hex Logo

#5807aa Color Hex

#5807AA
(88,7,170)
0 Favorites   0 Comments

Color spaces of #5807aa

RGB 887170
HSL0.750.920.35
HSV270°96°67°
CMYK 0.480.960.00   0.33
XYZ11.35625.128938.4217
Yxy5.12890.20680.0934
Hunter Lab22.647149.8751-84.7350
CIE-Lab27.098960.4933-67.0219

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

#5807aa hex color red value is 88, green value is 7 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5807aa hue: 0.75 , saturation: 0.92 and the lightness value of 5807aa is 0.35.

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

Base Numbers

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

RGB Percentages of Color #5807aa

%33.21
%2.64
%64.15

CMYK Percentages of Color #5807aa

%48
%96
%0
%33

Triadic Colors of #5807aa

#5807aa #aa5807 #07aa58

Analogous Colors of #5807aa

#5807aa #aa07aa #0707aa

Monochromatic Colors of #5807aa

#5807aa

Complementary Color

#5807aa #59aa07

#5807aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5807aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5807aa Color CSS Codes

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

#5807aa Text Font Color

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

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


#5807aa Background Color

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

This div background color is #5807aa


#5807aa Border Color

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

This div border color is #5807aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,7,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 #5807aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5807aa


Comments

No comments written yet.

Please login to write comment.