Color Hex Logo

#530aaa Color Hex

#530AAA
(83,10,170)
0 Favorites   0 Comments

Color spaces of #530aaa

RGB 8310170
HSL0.740.890.35
HSV267°94°67°
CMYK 0.510.940.00   0.33
XYZ10.93154.958438.4111
Yxy4.95840.20130.0913
Hunter Lab22.267548.6608-86.6873
CIE-Lab26.615959.4660-67.8417

#530aaa color RGB value is (83,10,170).

#530aaa hex color red value is 83, green value is 10 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #530aaa hue: 0.74 , saturation: 0.89 and the lightness value of 530aaa is 0.35.

The process color (four color CMYK) of #530aaa color hex is 0.51, 0.94, 0.00, 0.33. Web safe color of #530aaa is #660099. Color #530aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00001010 10101010
Octal 123 12 252
Decimal 83 10 170
Hex 53 A AA

RGB Percentages of Color #530aaa

%31.56
%3.80
%64.64

CMYK Percentages of Color #530aaa

%51
%94
%0
%33

Triadic Colors of #530aaa

#530aaa #aa530a #0aaa53

Analogous Colors of #530aaa

#530aaa #a30aaa #0a11aa

Monochromatic Colors of #530aaa

#530aaa

Complementary Color

#530aaa #61aa0a

#530aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#530aaa Color CSS Codes

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

#530aaa Text Font Color

<p style="color:#530aaa">Text here</p>

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


#530aaa Background Color

<div style="background-color:#530aaa">
Div content here</div>

This div background color is #530aaa


#530aaa Border Color

<div style="border:3px solid #530aaa">
Div here</div>

This div border color is #530aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530aaa


Comments

No comments written yet.

Please login to write comment.