Color Hex Logo

#150841 Color Hex

#150841
(21,8,65)
0 Favorites   0 Comments

Color spaces of #150841

RGB 21865
HSL0.700.780.14
HSV254°88°25°
CMYK 0.680.880.00   0.75
XYZ1.35020.71475.0678
Yxy0.71470.18930.1002
Hunter Lab8.454013.7140-29.6240
CIE-Lab6.455824.3018-33.2252

#150841 color RGB value is (21,8,65).

#150841 hex color red value is 21, green value is 8 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #150841 hue: 0.70 , saturation: 0.78 and the lightness value of 150841 is 0.14.

The process color (four color CMYK) of #150841 color hex is 0.68, 0.88, 0.00, 0.75. Web safe color of #150841 is #000033. Color #150841 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00001000 01000001
Octal 25 10 101
Decimal 21 8 65
Hex 15 8 41

RGB Percentages of Color #150841

%22.34
%8.51
%69.15

CMYK Percentages of Color #150841

%68
%88
%0
%75

Triadic Colors of #150841

#150841 #411508 #084115

Analogous Colors of #150841

#150841 #320841 #081841

Monochromatic Colors of #150841

#150841

Complementary Color

#150841 #344108

#150841 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#150841 Color Preview on White Background

Lorem ipsum dolor sit amet.

#150841 Color CSS Codes

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

#150841 Text Font Color

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

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


#150841 Background Color

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

This div background color is #150841


#150841 Border Color

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

This div border color is #150841


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #150841


Comments

No comments written yet.

Please login to write comment.