Color Hex Logo

#534eae Color Hex

#534EAE
(83,78,174)
0 Favorites   0 Comments

Color spaces of #534eae

RGB 8378174
HSL0.680.380.49
HSV243°55°68°
CMYK 0.520.550.00   0.32
XYZ13.931610.343841.3067
Yxy10.34380.21240.1577
Hunter Lab32.161821.0382-53.6353
CIE-Lab38.452528.9184-50.8991

#534eae color RGB value is (83,78,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001110 10101110
Octal 123 116 256
Decimal 83 78 174
Hex 53 4E AE

RGB Percentages of Color #534eae

%24.78
%23.28
%51.94

CMYK Percentages of Color #534eae

%52
%55
%0
%32

Triadic Colors of #534eae

#534eae #ae534e #4eae53

Analogous Colors of #534eae

#534eae #834eae #4e79ae

Monochromatic Colors of #534eae

#534eae

Complementary Color

#534eae #a9ae4e

#534eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#534eae Color CSS Codes

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

#534eae Text Font Color

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

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


#534eae Background Color

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

This div background color is #534eae


#534eae Border Color

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

This div border color is #534eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534eae


Comments

No comments written yet.

Please login to write comment.