Color Hex Logo

#5134aa Color Hex

#5134AA
(81,52,170)
0 Favorites   0 Comments

Color spaces of #5134aa

RGB 8152170
HSL0.710.530.44
HSV255°69°67°
CMYK 0.520.690.00   0.33
XYZ11.87707.107638.7761
Yxy7.10760.20560.1231
Hunter Lab26.660132.8662-67.5730
CIE-Lab32.050642.8581-58.9177

#5134aa color RGB value is (81,52,170).

#5134aa hex color red value is 81, green value is 52 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5134aa hue: 0.71 , saturation: 0.53 and the lightness value of 5134aa is 0.44.

The process color (four color CMYK) of #5134aa color hex is 0.52, 0.69, 0.00, 0.33. Web safe color of #5134aa is #663399. Color #5134aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110100 10101010
Octal 121 64 252
Decimal 81 52 170
Hex 51 34 AA

RGB Percentages of Color #5134aa

%26.73
%17.16
%56.11

CMYK Percentages of Color #5134aa

%52
%69
%0
%33

Triadic Colors of #5134aa

#5134aa #aa5134 #34aa51

Analogous Colors of #5134aa

#5134aa #8c34aa #3452aa

Monochromatic Colors of #5134aa

#5134aa

Complementary Color

#5134aa #8daa34

#5134aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5134aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5134aa Color CSS Codes

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

#5134aa Text Font Color

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

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


#5134aa Background Color

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

This div background color is #5134aa


#5134aa Border Color

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

This div border color is #5134aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5134aa


Comments

No comments written yet.

Please login to write comment.