Color Hex Logo

#150273 Color Hex

#150273
(21,2,115)
0 Favorites   0 Comments

Color spaces of #150273

RGB 212115
HSL0.690.970.23
HSV250°98°45°
CMYK 0.820.980.00   0.55
XYZ3.42551.440716.3172
Yxy1.44070.16170.0680
Hunter Lab12.002929.9368-72.1989
CIE-Lab12.226043.4938-57.5673

#150273 color RGB value is (21,2,115).

#150273 hex color red value is 21, green value is 2 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #150273 hue: 0.69 , saturation: 0.97 and the lightness value of 150273 is 0.23.

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00000010 01110011
Octal 25 2 163
Decimal 21 2 115
Hex 15 2 73

RGB Percentages of Color #150273

%15.22
%1.45
%83.33

CMYK Percentages of Color #150273

%82
%98
%0
%55

Triadic Colors of #150273

#150273 #731502 #027315

Analogous Colors of #150273

#150273 #4e0273 #022773

Monochromatic Colors of #150273

#150273

Complementary Color

#150273 #607302

#150273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#150273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#150273 Color CSS Codes

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

#150273 Text Font Color

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

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


#150273 Background Color

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

This div background color is #150273


#150273 Border Color

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

This div border color is #150273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #150273


Comments

No comments written yet.

Please login to write comment.