Color Hex Logo

#150774 Color Hex

#150774
(21,7,116)
0 Favorites   0 Comments

Color spaces of #150774

RGB 217116
HSL0.690.890.24
HSV248°94°45°
CMYK 0.820.940.00   0.55
XYZ3.53761.572316.6400
Yxy1.57230.16260.0723
Hunter Lab12.539128.4158-69.9031
CIE-Lab13.060541.6791-56.8244

#150774 color RGB value is (21,7,116).

#150774 hex color red value is 21, green value is 7 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #150774 hue: 0.69 , saturation: 0.89 and the lightness value of 150774 is 0.24.

The process color (four color CMYK) of #150774 color hex is 0.82, 0.94, 0.00, 0.55. Web safe color of #150774 is #000066. Color #150774 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00000111 01110100
Octal 25 7 164
Decimal 21 7 116
Hex 15 7 74

RGB Percentages of Color #150774

%14.58
%4.86
%80.56

CMYK Percentages of Color #150774

%82
%94
%0
%55

Triadic Colors of #150774

#150774 #741507 #077415

Analogous Colors of #150774

#150774 #4c0774 #073074

Monochromatic Colors of #150774

#150774

Complementary Color

#150774 #667407

#150774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#150774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#150774 Color CSS Codes

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

#150774 Text Font Color

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

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


#150774 Background Color

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

This div background color is #150774


#150774 Border Color

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

This div border color is #150774


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,7,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #150774; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #150774;
  -webkit-box-shadow: 1px 1px 3px 2px #150774;
  box-shadow:         1px 1px 3px 2px #150774; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #150774


Comments

No comments written yet.

Please login to write comment.