Color Hex Logo

#5822ae Color Hex

#5822AE
(88,34,174)
0 Favorites   0 Comments

Color spaces of #5822ae

RGB 8834174
HSL0.730.670.41
HSV263°80°68°
CMYK 0.490.800.00   0.32
XYZ12.23656.274840.6106
Yxy6.27480.20700.1061
Hunter Lab25.049643.3591-78.5869
CIE-Lab30.095453.7827-64.4899

#5822ae color RGB value is (88,34,174).

#5822ae hex color red value is 88, green value is 34 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #5822ae hue: 0.73 , saturation: 0.67 and the lightness value of 5822ae is 0.41.

The process color (four color CMYK) of #5822ae color hex is 0.49, 0.80, 0.00, 0.32. Web safe color of #5822ae is #663399. Color #5822ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00100010 10101110
Octal 130 42 256
Decimal 88 34 174
Hex 58 22 AE

RGB Percentages of Color #5822ae

%29.73
%11.49
%58.78

CMYK Percentages of Color #5822ae

%49
%80
%0
%32

Triadic Colors of #5822ae

#5822ae #ae5822 #22ae58

Analogous Colors of #5822ae

#5822ae #9e22ae #2232ae

Monochromatic Colors of #5822ae

#5822ae

Complementary Color

#5822ae #78ae22

#5822ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5822ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5822ae Color CSS Codes

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

#5822ae Text Font Color

<p style="color:#5822ae">Text here</p>

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


#5822ae Background Color

<div style="background-color:#5822ae">
Div content here</div>

This div background color is #5822ae


#5822ae Border Color

<div style="border:3px solid #5822ae">
Div here</div>

This div border color is #5822ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,34,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5822ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5822ae;
  -webkit-box-shadow: 1px 1px 3px 2px #5822ae;
  box-shadow:         1px 1px 3px 2px #5822ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5822ae


Comments

No comments written yet.

Please login to write comment.