Color Hex Logo

#1547ae Color Hex

#1547AE
(21,71,174)
0 Favorites   0 Comments

Color spaces of #1547ae

RGB 2171174
HSL0.610.780.38
HSV220°88°68°
CMYK 0.880.590.00   0.32
XYZ10.20257.721940.9971
Yxy7.72190.17320.1311
Hunter Lab27.788316.9069-68.0209
CIE-Lab33.396924.7078-59.2531

#1547ae color RGB value is (21,71,174).

#1547ae hex color red value is 21, green value is 71 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #1547ae hue: 0.61 , saturation: 0.78 and the lightness value of 1547ae is 0.38.

The process color (four color CMYK) of #1547ae color hex is 0.88, 0.59, 0.00, 0.32. Web safe color of #1547ae is #003399. Color #1547ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01000111 10101110
Octal 25 107 256
Decimal 21 71 174
Hex 15 47 AE

RGB Percentages of Color #1547ae

%7.89
%26.69
%65.41

CMYK Percentages of Color #1547ae

%88
%59
%0
%32

Triadic Colors of #1547ae

#1547ae #ae1547 #47ae15

Analogous Colors of #1547ae

#1547ae #3015ae #1594ae

Monochromatic Colors of #1547ae

#1547ae

Complementary Color

#1547ae #ae7c15

#1547ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1547ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#1547ae Color CSS Codes

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

#1547ae Text Font Color

<p style="color:#1547ae">Text here</p>

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


#1547ae Background Color

<div style="background-color:#1547ae">
Div content here</div>

This div background color is #1547ae


#1547ae Border Color

<div style="border:3px solid #1547ae">
Div here</div>

This div border color is #1547ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,71,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1547ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1547ae;
  -webkit-box-shadow: 1px 1px 3px 2px #1547ae;
  box-shadow:         1px 1px 3px 2px #1547ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1547ae


Comments

No comments written yet.

Please login to write comment.