Color Hex Logo

#150475 Color Hex

#150475
(21,4,117)
0 Favorites   0 Comments

Color spaces of #150475

RGB 214117
HSL0.690.930.24
HSV249°97°46°
CMYK 0.820.970.00   0.54
XYZ3.56361.530616.9372
Yxy1.53060.16180.0695
Hunter Lab12.371729.7652-72.5092
CIE-Lab12.801343.2044-57.9042

#150475 color RGB value is (21,4,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00000100 01110101
Octal 25 4 165
Decimal 21 4 117
Hex 15 4 75

RGB Percentages of Color #150475

%14.79
%2.82
%82.39

CMYK Percentages of Color #150475

%82
%97
%0
%54

Triadic Colors of #150475

#150475 #751504 #047515

Analogous Colors of #150475

#150475 #4e0475 #042b75

Monochromatic Colors of #150475

#150475

Complementary Color

#150475 #647504

#150475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#150475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#150475 Color CSS Codes

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

#150475 Text Font Color

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

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


#150475 Background Color

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

This div background color is #150475


#150475 Border Color

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

This div border color is #150475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #150475


Comments

No comments written yet.

Please login to write comment.