Color Hex Logo

#534ead Color Hex

#534EAD
(83,78,173)
0 Favorites   0 Comments

Color spaces of #534ead

RGB 8378173
HSL0.680.380.49
HSV243°55°68°
CMYK 0.520.550.00   0.32
XYZ13.834510.304940.7951
Yxy10.30490.21310.1587
Hunter Lab32.101220.7500-52.8764
CIE-Lab38.384228.5991-50.4167

#534ead color RGB value is (83,78,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001110 10101101
Octal 123 116 255
Decimal 83 78 173
Hex 53 4E AD

RGB Percentages of Color #534ead

%24.85
%23.35
%51.80

CMYK Percentages of Color #534ead

%52
%55
%0
%32

Triadic Colors of #534ead

#534ead #ad534e #4ead53

Analogous Colors of #534ead

#534ead #834ead #4e79ad

Monochromatic Colors of #534ead

#534ead

Complementary Color

#534ead #a8ad4e

#534ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#534ead Color CSS Codes

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

#534ead Text Font Color

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

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


#534ead Background Color

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

This div background color is #534ead


#534ead Border Color

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

This div border color is #534ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534ead


Comments

No comments written yet.

Please login to write comment.