Color Hex Logo

#5839aa Color Hex

#5839AA
(88,57,170)
0 Favorites   0 Comments

Color spaces of #5839aa

RGB 8857170
HSL0.710.500.45
HSV256°66°67°
CMYK 0.480.660.00   0.33
XYZ12.74337.903238.8840
Yxy7.90320.21410.1328
Hunter Lab28.112631.7160-62.3282
CIE-Lab33.780541.3374-56.0666

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

#5839aa hex color red value is 88, green value is 57 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5839aa hue: 0.71 , saturation: 0.50 and the lightness value of 5839aa is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00111001 10101010
Octal 130 71 252
Decimal 88 57 170
Hex 58 39 AA

RGB Percentages of Color #5839aa

%27.94
%18.10
%53.97

CMYK Percentages of Color #5839aa

%48
%66
%0
%33

Triadic Colors of #5839aa

#5839aa #aa5839 #39aa58

Analogous Colors of #5839aa

#5839aa #9139aa #3952aa

Monochromatic Colors of #5839aa

#5839aa

Complementary Color

#5839aa #8baa39

#5839aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5839aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5839aa Color CSS Codes

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

#5839aa Text Font Color

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

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


#5839aa Background Color

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

This div background color is #5839aa


#5839aa Border Color

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

This div border color is #5839aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5839aa


Comments

No comments written yet.

Please login to write comment.