Color Hex Logo

#4720ab Color Hex

#4720AB
(71,32,171)
0 Favorites   0 Comments

Color spaces of #4720ab

RGB 7132171
HSL0.710.680.40
HSV257°81°67°
CMYK 0.580.810.00   0.33
XYZ10.46575.312939.0020
Yxy5.31290.19100.0970
Hunter Lab23.049740.7107-84.1887
CIE-Lab27.608251.6849-66.8517

#4720ab color RGB value is (71,32,171).

#4720ab hex color red value is 71, green value is 32 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #4720ab hue: 0.71 , saturation: 0.68 and the lightness value of 4720ab is 0.40.

The process color (four color CMYK) of #4720ab color hex is 0.58, 0.81, 0.00, 0.33. Web safe color of #4720ab is #333399. Color #4720ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00100000 10101011
Octal 107 40 253
Decimal 71 32 171
Hex 47 20 AB

RGB Percentages of Color #4720ab

%25.91
%11.68
%62.41

CMYK Percentages of Color #4720ab

%58
%81
%0
%33

Triadic Colors of #4720ab

#4720ab #ab4720 #20ab47

Analogous Colors of #4720ab

#4720ab #8d20ab #203eab

Monochromatic Colors of #4720ab

#4720ab

Complementary Color

#4720ab #84ab20

#4720ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4720ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4720ab Color CSS Codes

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

#4720ab Text Font Color

<p style="color:#4720ab">Text here</p>

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


#4720ab Background Color

<div style="background-color:#4720ab">
Div content here</div>

This div background color is #4720ab


#4720ab Border Color

<div style="border:3px solid #4720ab">
Div here</div>

This div border color is #4720ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,32,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4720ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4720ab;
  -webkit-box-shadow: 1px 1px 3px 2px #4720ab;
  box-shadow:         1px 1px 3px 2px #4720ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,32,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4720ab


Comments

No comments written yet.

Please login to write comment.