Color Hex Logo

#150f42 Color Hex

#150F42
(21,15,66)
0 Favorites   0 Comments

Color spaces of #150f42

RGB 211566
HSL0.690.630.16
HSV247°77°26°
CMYK 0.680.770.00   0.74
XYZ1.46350.89445.2498
Yxy0.89440.19240.1176
Hunter Lab9.457311.0724-26.2922
CIE-Lab8.078820.6027-31.2780

#150f42 color RGB value is (21,15,66).

#150f42 hex color red value is 21, green value is 15 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #150f42 hue: 0.69 , saturation: 0.63 and the lightness value of 150f42 is 0.16.

The process color (four color CMYK) of #150f42 color hex is 0.68, 0.77, 0.00, 0.74. Web safe color of #150f42 is #000033. Color #150f42 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00001111 01000010
Octal 25 17 102
Decimal 21 15 66
Hex 15 F 42

RGB Percentages of Color #150f42

%20.59
%14.71
%64.71

CMYK Percentages of Color #150f42

%68
%77
%0
%74

Triadic Colors of #150f42

#150f42 #42150f #0f4215

Analogous Colors of #150f42

#150f42 #2f0f42 #0f2342

Monochromatic Colors of #150f42

#150f42

Complementary Color

#150f42 #3c420f

#150f42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#150f42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#150f42 Color CSS Codes

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

#150f42 Text Font Color

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

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


#150f42 Background Color

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

This div background color is #150f42


#150f42 Border Color

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

This div border color is #150f42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #150f42


Comments

No comments written yet.

Please login to write comment.