Color Hex Logo

#150138 Color Hex

#150138
(21,1,56)
0 Favorites   0 Comments

Color spaces of #150138

RGB 21156
HSL0.730.960.11
HSV262°98°22°
CMYK 0.630.980.00   0.78
XYZ1.03390.46673.7770
Yxy0.46670.19590.0884
Hunter Lab6.831515.0594-27.9980
CIE-Lab4.215723.6491-30.3721

#150138 color RGB value is (21,1,56).

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

The process color (four color CMYK) of #150138 color hex is 0.63, 0.98, 0.00, 0.78. Web safe color of #150138 is #000033. Color #150138 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00000001 00111000
Octal 25 1 70
Decimal 21 1 56
Hex 15 1 38

RGB Percentages of Color #150138

%26.92
%1.28
%71.79

CMYK Percentages of Color #150138

%63
%98
%0
%78

Triadic Colors of #150138

#150138 #381501 #013815

Analogous Colors of #150138

#150138 #310138 #010838

Monochromatic Colors of #150138

#150138

Complementary Color

#150138 #243801

#150138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#150138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#150138 Color CSS Codes

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

#150138 Text Font Color

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

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


#150138 Background Color

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

This div background color is #150138


#150138 Border Color

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

This div border color is #150138


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #150138


Comments

No comments written yet.

Please login to write comment.