Color Hex Logo

#5307aa Color Hex

#5307AA
(83,7,170)
0 Favorites   0 Comments

Color spaces of #5307aa

RGB 837170
HSL0.740.920.35
HSV268°96°67°
CMYK 0.510.960.00   0.33
XYZ10.89904.893238.4003
Yxy4.89320.20110.0903
Hunter Lab22.120649.2375-87.4403
CIE-Lab26.428360.0335-68.1519

#5307aa color RGB value is (83,7,170).

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

The process color (four color CMYK) of #5307aa color hex is 0.51, 0.96, 0.00, 0.33. Web safe color of #5307aa is #660099. Color #5307aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000111 10101010
Octal 123 7 252
Decimal 83 7 170
Hex 53 7 AA

RGB Percentages of Color #5307aa

%31.92
%2.69
%65.38

CMYK Percentages of Color #5307aa

%51
%96
%0
%33

Triadic Colors of #5307aa

#5307aa #aa5307 #07aa53

Analogous Colors of #5307aa

#5307aa #a507aa #070caa

Monochromatic Colors of #5307aa

#5307aa

Complementary Color

#5307aa #5eaa07

#5307aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5307aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5307aa Color CSS Codes

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

#5307aa Text Font Color

<p style="color:#5307aa">Text here</p>

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


#5307aa Background Color

<div style="background-color:#5307aa">
Div content here</div>

This div background color is #5307aa


#5307aa Border Color

<div style="border:3px solid #5307aa">
Div here</div>

This div border color is #5307aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5307aa


Comments

No comments written yet.

Please login to write comment.