Color Hex Logo

#150eaf Color Hex

#150EAF
(21,14,175)
0 Favorites   0 Comments

Color spaces of #150eaf

RGB 2114175
HSL0.670.850.37
HSV243°92°69°
CMYK 0.880.920.00   0.31
XYZ8.20423.568740.8139
Yxy3.56870.15600.0679
Hunter Lab18.891044.4618-114.8720
CIE-Lab22.191056.3548-78.3581

#150eaf color RGB value is (21,14,175).

#150eaf hex color red value is 21, green value is 14 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #150eaf hue: 0.67 , saturation: 0.85 and the lightness value of 150eaf is 0.37.

The process color (four color CMYK) of #150eaf color hex is 0.88, 0.92, 0.00, 0.31. Web safe color of #150eaf is #000099. Color #150eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00001110 10101111
Octal 25 16 257
Decimal 21 14 175
Hex 15 E AF

RGB Percentages of Color #150eaf

%10.00
%6.67
%83.33

CMYK Percentages of Color #150eaf

%88
%92
%0
%31

Triadic Colors of #150eaf

#150eaf #af150e #0eaf15

Analogous Colors of #150eaf

#150eaf #660eaf #0e57af

Monochromatic Colors of #150eaf

#150eaf

Complementary Color

#150eaf #a8af0e

#150eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#150eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#150eaf Color CSS Codes

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

#150eaf Text Font Color

<p style="color:#150eaf">Text here</p>

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


#150eaf Background Color

<div style="background-color:#150eaf">
Div content here</div>

This div background color is #150eaf


#150eaf Border Color

<div style="border:3px solid #150eaf">
Div here</div>

This div border color is #150eaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,14,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #150eaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #150eaf;
  -webkit-box-shadow: 1px 1px 3px 2px #150eaf;
  box-shadow:         1px 1px 3px 2px #150eaf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #150eaf


Comments

No comments written yet.

Please login to write comment.