Color Hex Logo

#150133 Color Hex

#150133
(21,1,51)
0 Favorites   0 Comments

Color spaces of #150133

RGB 21151
HSL0.730.960.10
HSV264°98°20°
CMYK 0.590.980.00   0.80
XYZ0.91770.42023.1647
Yxy0.42020.20380.0933
Hunter Lab6.482313.9263-24.4082
CIE-Lab3.795621.1432-27.3619

#150133 color RGB value is (21,1,51).

#150133 hex color red value is 21, green value is 1 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #150133 hue: 0.73 , saturation: 0.96 and the lightness value of 150133 is 0.10.

The process color (four color CMYK) of #150133 color hex is 0.59, 0.98, 0.00, 0.80. Web safe color of #150133 is #000033. Color #150133 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00000001 00110011
Octal 25 1 63
Decimal 21 1 51
Hex 15 1 33

RGB Percentages of Color #150133

%28.77
%1.37
%69.86

CMYK Percentages of Color #150133

%59
%98
%0
%80

Triadic Colors of #150133

#150133 #331501 #013315

Analogous Colors of #150133

#150133 #2e0133 #010633

Monochromatic Colors of #150133

#150133

Complementary Color

#150133 #1f3301

#150133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#150133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#150133 Color CSS Codes

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

#150133 Text Font Color

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

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


#150133 Background Color

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

This div background color is #150133


#150133 Border Color

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

This div border color is #150133


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #150133


Comments

No comments written yet.

Please login to write comment.