Color Hex Logo

#1532aa Color Hex

#1532AA
(21,50,170)
0 Favorites   0 Comments

Color spaces of #1532aa

RGB 2150170
HSL0.630.780.37
HSV228°88°67°
CMYK 0.880.710.00   0.33
XYZ8.70565.342938.6027
Yxy5.34290.16530.1015
Hunter Lab23.114726.7770-82.8369
CIE-Lab27.690237.0645-66.2241

#1532aa color RGB value is (21,50,170).

#1532aa hex color red value is 21, green value is 50 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #1532aa hue: 0.63 , saturation: 0.78 and the lightness value of 1532aa is 0.37.

The process color (four color CMYK) of #1532aa color hex is 0.88, 0.71, 0.00, 0.33. Web safe color of #1532aa is #003399. Color #1532aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00110010 10101010
Octal 25 62 252
Decimal 21 50 170
Hex 15 32 AA

RGB Percentages of Color #1532aa

%8.71
%20.75
%70.54

CMYK Percentages of Color #1532aa

%88
%71
%0
%33

Triadic Colors of #1532aa

#1532aa #aa1532 #32aa15

Analogous Colors of #1532aa

#1532aa #4315aa #157daa

Monochromatic Colors of #1532aa

#1532aa

Complementary Color

#1532aa #aa8d15

#1532aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1532aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1532aa Color CSS Codes

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

#1532aa Text Font Color

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

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


#1532aa Background Color

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

This div background color is #1532aa


#1532aa Border Color

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

This div border color is #1532aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,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 #1532aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1532aa


Comments

No comments written yet.

Please login to write comment.