Color Hex Logo

#5523ac Color Hex

#5523AC
(85,35,172)
0 Favorites   0 Comments

Color spaces of #5523ac

RGB 8535172
HSL0.730.660.41
HSV262°80°67°
CMYK 0.510.800.00   0.33
XYZ11.79376.111939.5878
Yxy6.11190.20510.1063
Hunter Lab24.722341.8891-77.6356
CIE-Lab29.693052.4343-63.9648

#5523ac color RGB value is (85,35,172).

#5523ac hex color red value is 85, green value is 35 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5523ac hue: 0.73 , saturation: 0.66 and the lightness value of 5523ac is 0.41.

The process color (four color CMYK) of #5523ac color hex is 0.51, 0.80, 0.00, 0.33. Web safe color of #5523ac is #663399. Color #5523ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100011 10101100
Octal 125 43 254
Decimal 85 35 172
Hex 55 23 AC

RGB Percentages of Color #5523ac

%29.11
%11.99
%58.90

CMYK Percentages of Color #5523ac

%51
%80
%0
%33

Triadic Colors of #5523ac

#5523ac #ac5523 #23ac55

Analogous Colors of #5523ac

#5523ac #9a23ac #2336ac

Monochromatic Colors of #5523ac

#5523ac

Complementary Color

#5523ac #7aac23

#5523ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5523ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5523ac Color CSS Codes

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

#5523ac Text Font Color

<p style="color:#5523ac">Text here</p>

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


#5523ac Background Color

<div style="background-color:#5523ac">
Div content here</div>

This div background color is #5523ac


#5523ac Border Color

<div style="border:3px solid #5523ac">
Div here</div>

This div border color is #5523ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,35,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5523ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5523ac;
  -webkit-box-shadow: 1px 1px 3px 2px #5523ac;
  box-shadow:         1px 1px 3px 2px #5523ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,35,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5523ac


Comments

No comments written yet.

Please login to write comment.