Color Hex Logo

#534dae Color Hex

#534DAE
(83,77,174)
0 Favorites   0 Comments

Color spaces of #534dae

RGB 8377174
HSL0.680.390.49
HSV244°56°68°
CMYK 0.520.560.00   0.32
XYZ13.861110.202741.2832
Yxy10.20270.21210.1561
Hunter Lab31.941721.5622-54.2706
CIE-Lab38.203829.5451-51.3005

#534dae color RGB value is (83,77,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001101 10101110
Octal 123 115 256
Decimal 83 77 174
Hex 53 4D AE

RGB Percentages of Color #534dae

%24.85
%23.05
%52.10

CMYK Percentages of Color #534dae

%52
%56
%0
%32

Triadic Colors of #534dae

#534dae #ae534d #4dae53

Analogous Colors of #534dae

#534dae #844dae #4d78ae

Monochromatic Colors of #534dae

#534dae

Complementary Color

#534dae #a8ae4d

#534dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#534dae Color CSS Codes

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

#534dae Text Font Color

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

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


#534dae Background Color

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

This div background color is #534dae


#534dae Border Color

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

This div border color is #534dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534dae


Comments

No comments written yet.

Please login to write comment.