Color Hex Logo

#5101ad Color Hex

#5101AD
(81,1,173)
0 Favorites   0 Comments

Color spaces of #5101ad

RGB 811173
HSL0.740.990.34
HSV268°99°68°
CMYK 0.530.990.00   0.32
XYZ10.94704.788239.8824
Yxy4.78820.19680.0861
Hunter Lab21.882051.0057-92.7455
CIE-Lab26.122661.7072-70.4739

#5101ad color RGB value is (81,1,173).

#5101ad hex color red value is 81, green value is 1 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5101ad hue: 0.74 , saturation: 0.99 and the lightness value of 5101ad is 0.34.

The process color (four color CMYK) of #5101ad color hex is 0.53, 0.99, 0.00, 0.32. Web safe color of #5101ad is #660099. Color #5101ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00000001 10101101
Octal 121 1 255
Decimal 81 1 173
Hex 51 1 AD

RGB Percentages of Color #5101ad

%31.76
%0.39
%67.84

CMYK Percentages of Color #5101ad

%53
%99
%0
%32

Triadic Colors of #5101ad

#5101ad #ad5101 #01ad51

Analogous Colors of #5101ad

#5101ad #a701ad #0107ad

Monochromatic Colors of #5101ad

#5101ad

Complementary Color

#5101ad #5dad01

#5101ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5101ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5101ad Color CSS Codes

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

#5101ad Text Font Color

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

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


#5101ad Background Color

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

This div background color is #5101ad


#5101ad Border Color

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

This div border color is #5101ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5101ad


Comments

No comments written yet.

Please login to write comment.