Color Hex Logo

#5821aa Color Hex

#5821AA
(88,33,170)
0 Favorites   0 Comments

Color spaces of #5821aa

RGB 8833170
HSL0.730.670.40
HSV264°81°67°
CMYK 0.480.810.00   0.33
XYZ11.82416.064738.5776
Yxy6.06470.20940.1074
Hunter Lab24.626642.6075-75.6392
CIE-Lab29.575153.1567-62.9435

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00100001 10101010
Octal 130 41 252
Decimal 88 33 170
Hex 58 21 AA

RGB Percentages of Color #5821aa

%30.24
%11.34
%58.42

CMYK Percentages of Color #5821aa

%48
%81
%0
%33

Triadic Colors of #5821aa

#5821aa #aa5821 #21aa58

Analogous Colors of #5821aa

#5821aa #9d21aa #212eaa

Monochromatic Colors of #5821aa

#5821aa

Complementary Color

#5821aa #73aa21

#5821aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5821aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5821aa Color CSS Codes

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

#5821aa Text Font Color

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

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


#5821aa Background Color

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

This div background color is #5821aa


#5821aa Border Color

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

This div border color is #5821aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5821aa


Comments

No comments written yet.

Please login to write comment.