Color Hex Logo

#534aac Color Hex

#534AAC
(83,74,172)
0 Favorites   0 Comments

Color spaces of #534aac

RGB 8374172
HSL0.680.400.48
HSV246°57°67°
CMYK 0.520.570.00   0.33
XYZ13.46259.715140.1954
Yxy9.71510.21240.1533
Hunter Lab31.169122.5517-54.6416
CIE-Lab37.326230.7806-51.5309

#534aac color RGB value is (83,74,172).

#534aac hex color red value is 83, green value is 74 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #534aac hue: 0.68 , saturation: 0.40 and the lightness value of 534aac is 0.48.

The process color (four color CMYK) of #534aac color hex is 0.52, 0.57, 0.00, 0.33. Web safe color of #534aac is #663399. Color #534aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001010 10101100
Octal 123 112 254
Decimal 83 74 172
Hex 53 4A AC

RGB Percentages of Color #534aac

%25.23
%22.49
%52.28

CMYK Percentages of Color #534aac

%52
%57
%0
%33

Triadic Colors of #534aac

#534aac #ac534a #4aac53

Analogous Colors of #534aac

#534aac #844aac #4a72ac

Monochromatic Colors of #534aac

#534aac

Complementary Color

#534aac #a3ac4a

#534aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#534aac Color CSS Codes

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

#534aac Text Font Color

<p style="color:#534aac">Text here</p>

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


#534aac Background Color

<div style="background-color:#534aac">
Div content here</div>

This div background color is #534aac


#534aac Border Color

<div style="border:3px solid #534aac">
Div here</div>

This div border color is #534aac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,74,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #534aac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #534aac;
  -webkit-box-shadow: 1px 1px 3px 2px #534aac;
  box-shadow:         1px 1px 3px 2px #534aac; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534aac


Comments

No comments written yet.

Please login to write comment.