Color Hex Logo

#150775 Color Hex

#150775
(21,7,117)
0 Favorites   0 Comments

Color spaces of #150775

RGB 217117
HSL0.690.890.24
HSV248°94°46°
CMYK 0.820.940.00   0.54
XYZ3.59611.595716.9481
Yxy1.59570.16240.0721
Hunter Lab12.632128.7091-70.7051
CIE-Lab13.204041.9759-57.2330

#150775 color RGB value is (21,7,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00000111 01110101
Octal 25 7 165
Decimal 21 7 117
Hex 15 7 75

RGB Percentages of Color #150775

%14.48
%4.83
%80.69

CMYK Percentages of Color #150775

%82
%94
%0
%54

Triadic Colors of #150775

#150775 #751507 #077515

Analogous Colors of #150775

#150775 #4c0775 #073075

Monochromatic Colors of #150775

#150775

Complementary Color

#150775 #677507

#150775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#150775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#150775 Color CSS Codes

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

#150775 Text Font Color

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

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


#150775 Background Color

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

This div background color is #150775


#150775 Border Color

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

This div border color is #150775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #150775


Comments

No comments written yet.

Please login to write comment.