Color Hex Logo

#534cad Color Hex

#534CAD
(83,76,173)
0 Favorites   0 Comments

Color spaces of #534cad

RGB 8376173
HSL0.680.390.49
HSV244°56°68°
CMYK 0.520.560.00   0.32
XYZ13.694510.025040.7484
Yxy10.02500.21240.1555
Hunter Lab31.662321.7954-54.1408
CIE-Lab37.887329.8508-51.2184

#534cad color RGB value is (83,76,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001100 10101101
Octal 123 114 255
Decimal 83 76 173
Hex 53 4C AD

RGB Percentages of Color #534cad

%25.00
%22.89
%52.11

CMYK Percentages of Color #534cad

%52
%56
%0
%32

Triadic Colors of #534cad

#534cad #ad534c #4cad53

Analogous Colors of #534cad

#534cad #844cad #4c76ad

Monochromatic Colors of #534cad

#534cad

Complementary Color

#534cad #a6ad4c

#534cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#534cad Color CSS Codes

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

#534cad Text Font Color

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

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


#534cad Background Color

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

This div background color is #534cad


#534cad Border Color

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

This div border color is #534cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534cad


Comments

No comments written yet.

Please login to write comment.