Color Hex Logo

#5148ad Color Hex

#5148AD
(81,72,173)
0 Favorites   0 Comments

Color spaces of #5148ad

RGB 8172173
HSL0.680.410.48
HSV245°58°68°
CMYK 0.530.580.00   0.32
XYZ13.25359.401240.6512
Yxy9.40120.20940.1485
Hunter Lab30.661423.4999-57.1444
CIE-Lab36.745531.9276-53.0722

#5148ad color RGB value is (81,72,173).

#5148ad hex color red value is 81, green value is 72 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5148ad hue: 0.68 , saturation: 0.41 and the lightness value of 5148ad is 0.48.

The process color (four color CMYK) of #5148ad color hex is 0.53, 0.58, 0.00, 0.32. Web safe color of #5148ad is #663399. Color #5148ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001000 10101101
Octal 121 110 255
Decimal 81 72 173
Hex 51 48 AD

RGB Percentages of Color #5148ad

%24.85
%22.09
%53.07

CMYK Percentages of Color #5148ad

%53
%58
%0
%32

Triadic Colors of #5148ad

#5148ad #ad5148 #48ad51

Analogous Colors of #5148ad

#5148ad #8448ad #4872ad

Monochromatic Colors of #5148ad

#5148ad

Complementary Color

#5148ad #a4ad48

#5148ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5148ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5148ad Color CSS Codes

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

#5148ad Text Font Color

<p style="color:#5148ad">Text here</p>

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


#5148ad Background Color

<div style="background-color:#5148ad">
Div content here</div>

This div background color is #5148ad


#5148ad Border Color

<div style="border:3px solid #5148ad">
Div here</div>

This div border color is #5148ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,72,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5148ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5148ad;
  -webkit-box-shadow: 1px 1px 3px 2px #5148ad;
  box-shadow:         1px 1px 3px 2px #5148ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5148ad


Comments

No comments written yet.

Please login to write comment.