Color Hex Logo

#534dac Color Hex

#534DAC
(83,77,172)
0 Favorites   0 Comments

Color spaces of #534dac

RGB 8377172
HSL0.680.380.49
HSV244°55°67°
CMYK 0.520.550.00   0.33
XYZ13.667610.125340.2637
Yxy10.12530.21340.1581
Hunter Lab31.820320.9847-52.7482
CIE-Lab38.066428.9070-50.3359

#534dac color RGB value is (83,77,172).

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

The process color (four color CMYK) of #534dac color hex is 0.52, 0.55, 0.00, 0.33. Web safe color of #534dac is #666699. Color #534dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001101 10101100
Octal 123 115 254
Decimal 83 77 172
Hex 53 4D AC

RGB Percentages of Color #534dac

%25.00
%23.19
%51.81

CMYK Percentages of Color #534dac

%52
%55
%0
%33

Triadic Colors of #534dac

#534dac #ac534d #4dac53

Analogous Colors of #534dac

#534dac #834dac #4d77ac

Monochromatic Colors of #534dac

#534dac

Complementary Color

#534dac #a6ac4d

#534dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#534dac Color CSS Codes

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

#534dac Text Font Color

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

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


#534dac Background Color

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

This div background color is #534dac


#534dac Border Color

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

This div border color is #534dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534dac


Comments

No comments written yet.

Please login to write comment.