Color Hex Logo

#151fae Color Hex

#151FAE
(21,31,174)
0 Favorites   0 Comments

Color spaces of #151fae

RGB 2131174
HSL0.660.780.38
HSV236°88°68°
CMYK 0.880.820.00   0.32
XYZ8.43924.195440.4094
Yxy4.19540.15910.0791
Hunter Lab20.482737.7003-102.6328
CIE-Lab24.307249.3235-74.2316

#151fae color RGB value is (21,31,174).

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

The process color (four color CMYK) of #151fae color hex is 0.88, 0.82, 0.00, 0.32. Web safe color of #151fae is #003399. Color #151fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00011111 10101110
Octal 25 37 256
Decimal 21 31 174
Hex 15 1F AE

RGB Percentages of Color #151fae

%9.29
%13.72
%76.99

CMYK Percentages of Color #151fae

%88
%82
%0
%32

Triadic Colors of #151fae

#151fae #ae151f #1fae15

Analogous Colors of #151fae

#151fae #5715ae #156cae

Monochromatic Colors of #151fae

#151fae

Complementary Color

#151fae #aea415

#151fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#151fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#151fae Color CSS Codes

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

#151fae Text Font Color

<p style="color:#151fae">Text here</p>

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


#151fae Background Color

<div style="background-color:#151fae">
Div content here</div>

This div background color is #151fae


#151fae Border Color

<div style="border:3px solid #151fae">
Div here</div>

This div border color is #151fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #151fae

#151fae Color Palettes


Comments

No comments written yet.

Please login to write comment.