Color Hex Logo

#5433ac Color Hex

#5433AC
(84,51,172)
0 Favorites   0 Comments

Color spaces of #5433ac

RGB 8451172
HSL0.710.540.44
HSV256°70°67°
CMYK 0.510.700.00   0.33
XYZ12.28647.231039.7779
Yxy7.23100.20720.1219
Hunter Lab26.890534.4991-68.8816
CIE-Lab32.327144.5061-59.6515

#5433ac color RGB value is (84,51,172).

#5433ac hex color red value is 84, green value is 51 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5433ac hue: 0.71 , saturation: 0.54 and the lightness value of 5433ac is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 00110011 10101100
Octal 124 63 254
Decimal 84 51 172
Hex 54 33 AC

RGB Percentages of Color #5433ac

%27.36
%16.61
%56.03

CMYK Percentages of Color #5433ac

%51
%70
%0
%33

Triadic Colors of #5433ac

#5433ac #ac5433 #33ac54

Analogous Colors of #5433ac

#5433ac #9133ac #334eac

Monochromatic Colors of #5433ac

#5433ac

Complementary Color

#5433ac #8bac33

#5433ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5433ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5433ac Color CSS Codes

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

#5433ac Text Font Color

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

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


#5433ac Background Color

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

This div background color is #5433ac


#5433ac Border Color

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

This div border color is #5433ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5433ac


Comments

No comments written yet.

Please login to write comment.