Color Hex Logo

#534dad Color Hex

#534DAD
(83,77,173)
0 Favorites   0 Comments

Color spaces of #534dad

RGB 8377173
HSL0.680.380.49
HSV244°55°68°
CMYK 0.520.550.00   0.32
XYZ13.764010.163940.7715
Yxy10.16390.21270.1571
Hunter Lab31.880921.2727-53.5076
CIE-Lab38.135029.2257-50.8185

#534dad color RGB value is (83,77,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001101 10101101
Octal 123 115 255
Decimal 83 77 173
Hex 53 4D AD

RGB Percentages of Color #534dad

%24.92
%23.12
%51.95

CMYK Percentages of Color #534dad

%52
%55
%0
%32

Triadic Colors of #534dad

#534dad #ad534d #4dad53

Analogous Colors of #534dad

#534dad #834dad #4d77ad

Monochromatic Colors of #534dad

#534dad

Complementary Color

#534dad #a7ad4d

#534dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#534dad Color CSS Codes

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

#534dad Text Font Color

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

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


#534dad Background Color

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

This div background color is #534dad


#534dad Border Color

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

This div border color is #534dad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,77,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534dad


Comments

No comments written yet.

Please login to write comment.