Color Hex Logo

#534baa Color Hex

#534BAA
(83,75,170)
0 Favorites   0 Comments

Color spaces of #534baa

RGB 8375170
HSL0.680.390.48
HSV245°56°67°
CMYK 0.510.560.00   0.33
XYZ13.33919.773439.2136
Yxy9.77340.21400.1568
Hunter Lab31.262421.4534-52.4859
CIE-Lab37.432629.5230-50.1695

#534baa color RGB value is (83,75,170).

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

The process color (four color CMYK) of #534baa color hex is 0.51, 0.56, 0.00, 0.33. Web safe color of #534baa is #663399. Color #534baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001011 10101010
Octal 123 113 252
Decimal 83 75 170
Hex 53 4B AA

RGB Percentages of Color #534baa

%25.30
%22.87
%51.83

CMYK Percentages of Color #534baa

%51
%56
%0
%33

Triadic Colors of #534baa

#534baa #aa534b #4baa53

Analogous Colors of #534baa

#534baa #834baa #4b73aa

Monochromatic Colors of #534baa

#534baa

Complementary Color

#534baa #a2aa4b

#534baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#534baa Color CSS Codes

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

#534baa Text Font Color

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

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


#534baa Background Color

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

This div background color is #534baa


#534baa Border Color

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

This div border color is #534baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534baa


Comments

No comments written yet.

Please login to write comment.