Color Hex Logo

#4732aa Color Hex

#4732AA
(71,50,170)
0 Favorites   0 Comments

Color spaces of #4732aa

RGB 7150170
HSL0.700.550.43
HSV251°71°67°
CMYK 0.580.710.00   0.33
XYZ10.99486.523138.7098
Yxy6.52310.19550.1160
Hunter Lab25.540432.1463-71.9836
CIE-Lab30.695642.3496-61.1731

#4732aa color RGB value is (71,50,170).

#4732aa hex color red value is 71, green value is 50 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4732aa hue: 0.70 , saturation: 0.55 and the lightness value of 4732aa is 0.43.

The process color (four color CMYK) of #4732aa color hex is 0.58, 0.71, 0.00, 0.33. Web safe color of #4732aa is #333399. Color #4732aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110010 10101010
Octal 107 62 252
Decimal 71 50 170
Hex 47 32 AA

RGB Percentages of Color #4732aa

%24.40
%17.18
%58.42

CMYK Percentages of Color #4732aa

%58
%71
%0
%33

Triadic Colors of #4732aa

#4732aa #aa4732 #32aa47

Analogous Colors of #4732aa

#4732aa #8332aa #3259aa

Monochromatic Colors of #4732aa

#4732aa

Complementary Color

#4732aa #95aa32

#4732aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4732aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4732aa Color CSS Codes

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

#4732aa Text Font Color

<p style="color:#4732aa">Text here</p>

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


#4732aa Background Color

<div style="background-color:#4732aa">
Div content here</div>

This div background color is #4732aa


#4732aa Border Color

<div style="border:3px solid #4732aa">
Div here</div>

This div border color is #4732aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,50,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4732aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4732aa;
  -webkit-box-shadow: 1px 1px 3px 2px #4732aa;
  box-shadow:         1px 1px 3px 2px #4732aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4732aa


Comments

No comments written yet.

Please login to write comment.