Color Hex Logo

#5130ae Color Hex

#5130AE
(81,48,174)
0 Favorites   0 Comments

Color spaces of #5130ae

RGB 8148174
HSL0.710.570.44
HSV256°72°68°
CMYK 0.530.720.00   0.32
XYZ12.09036.919240.7427
Yxy6.91920.20230.1158
Hunter Lab26.304436.0114-73.4209
CIE-Lab31.622346.1920-62.0134

#5130ae color RGB value is (81,48,174).

#5130ae hex color red value is 81, green value is 48 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #5130ae hue: 0.71 , saturation: 0.57 and the lightness value of 5130ae is 0.44.

The process color (four color CMYK) of #5130ae color hex is 0.53, 0.72, 0.00, 0.32. Web safe color of #5130ae is #663399. Color #5130ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110000 10101110
Octal 121 60 256
Decimal 81 48 174
Hex 51 30 AE

RGB Percentages of Color #5130ae

%26.73
%15.84
%57.43

CMYK Percentages of Color #5130ae

%53
%72
%0
%32

Triadic Colors of #5130ae

#5130ae #ae5130 #30ae51

Analogous Colors of #5130ae

#5130ae #9030ae #304eae

Monochromatic Colors of #5130ae

#5130ae

Complementary Color

#5130ae #8dae30

#5130ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5130ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5130ae Color CSS Codes

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

#5130ae Text Font Color

<p style="color:#5130ae">Text here</p>

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


#5130ae Background Color

<div style="background-color:#5130ae">
Div content here</div>

This div background color is #5130ae


#5130ae Border Color

<div style="border:3px solid #5130ae">
Div here</div>

This div border color is #5130ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,48,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5130ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5130ae;
  -webkit-box-shadow: 1px 1px 3px 2px #5130ae;
  box-shadow:         1px 1px 3px 2px #5130ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,48,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5130ae


Comments

No comments written yet.

Please login to write comment.