Color Hex Logo

#4720a7 Color Hex

#4720A7
(71,32,167)
0 Favorites   0 Comments

Color spaces of #4720a7

RGB 7132167
HSL0.710.680.39
HSV257°81°65°
CMYK 0.570.810.00   0.35
XYZ10.09015.162637.0239
Yxy5.16260.19300.0988
Hunter Lab22.721439.5059-80.7067
CIE-Lab27.193150.5724-65.1244

#4720a7 color RGB value is (71,32,167).

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

The process color (four color CMYK) of #4720a7 color hex is 0.57, 0.81, 0.00, 0.35. Web safe color of #4720a7 is #333399. Color #4720a7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00100000 10100111
Octal 107 40 247
Decimal 71 32 167
Hex 47 20 A7

RGB Percentages of Color #4720a7

%26.30
%11.85
%61.85

CMYK Percentages of Color #4720a7

%57
%81
%0
%35

Triadic Colors of #4720a7

#4720a7 #a74720 #20a747

Analogous Colors of #4720a7

#4720a7 #8b20a7 #203ca7

Monochromatic Colors of #4720a7

#4720a7

Complementary Color

#4720a7 #80a720

#4720a7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4720a7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4720a7 Color CSS Codes

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

#4720a7 Text Font Color

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

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


#4720a7 Background Color

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

This div background color is #4720a7


#4720a7 Border Color

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

This div border color is #4720a7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4720a7


Comments

No comments written yet.

Please login to write comment.