Color Hex Logo

#5833ae Color Hex

#5833AE
(88,51,174)
0 Favorites   0 Comments

Color spaces of #5833ae

RGB 8851174
HSL0.720.550.44
HSV258°71°68°
CMYK 0.490.710.00   0.32
XYZ12.84837.498440.8145
Yxy7.49840.21010.1226
Hunter Lab27.383235.8322-69.2031
CIE-Lab32.915645.7661-59.8681

#5833ae color RGB value is (88,51,174).

#5833ae hex color red value is 88, green value is 51 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #5833ae hue: 0.72 , saturation: 0.55 and the lightness value of 5833ae is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00110011 10101110
Octal 130 63 256
Decimal 88 51 174
Hex 58 33 AE

RGB Percentages of Color #5833ae

%28.12
%16.29
%55.59

CMYK Percentages of Color #5833ae

%49
%71
%0
%32

Triadic Colors of #5833ae

#5833ae #ae5833 #33ae58

Analogous Colors of #5833ae

#5833ae #9633ae #334bae

Monochromatic Colors of #5833ae

#5833ae

Complementary Color

#5833ae #89ae33

#5833ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5833ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5833ae Color CSS Codes

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

#5833ae Text Font Color

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

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


#5833ae Background Color

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

This div background color is #5833ae


#5833ae Border Color

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

This div border color is #5833ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5833ae


Comments

No comments written yet.

Please login to write comment.