Color Hex Logo

#5853aa Color Hex

#5853AA
(88,83,170)
0 Favorites   0 Comments

Color spaces of #5853aa

RGB 8883170
HSL0.680.340.50
HSV243°51°67°
CMYK 0.480.510.00   0.33
XYZ14.373511.163539.4274
Yxy11.16350.22130.1718
Hunter Lab33.411818.3186-46.5765
CIE-Lab39.854525.6339-46.2520

#5853aa color RGB value is (88,83,170).

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

The process color (four color CMYK) of #5853aa color hex is 0.48, 0.51, 0.00, 0.33. Web safe color of #5853aa is #666699. Color #5853aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010011 10101010
Octal 130 123 252
Decimal 88 83 170
Hex 58 53 AA

RGB Percentages of Color #5853aa

%25.81
%24.34
%49.85

CMYK Percentages of Color #5853aa

%48
%51
%0
%33

Triadic Colors of #5853aa

#5853aa #aa5853 #53aa58

Analogous Colors of #5853aa

#5853aa #8453aa #537aaa

Monochromatic Colors of #5853aa

#5853aa

Complementary Color

#5853aa #a5aa53

#5853aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5853aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5853aa Color CSS Codes

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

#5853aa Text Font Color

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

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


#5853aa Background Color

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

This div background color is #5853aa


#5853aa Border Color

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

This div border color is #5853aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5853aa


Comments

No comments written yet.

Please login to write comment.