Color Hex Logo

#150642 Color Hex

#150642
(21,6,66)
0 Favorites   0 Comments

Color spaces of #150642

RGB 21666
HSL0.710.830.14
HSV255°91°26°
CMYK 0.680.910.00   0.74
XYZ1.35780.68305.2145
Yxy0.68300.18710.0941
Hunter Lab8.264414.8641-31.6246
CIE-Lab6.169525.7628-34.4064

#150642 color RGB value is (21,6,66).

#150642 hex color red value is 21, green value is 6 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #150642 hue: 0.71 , saturation: 0.83 and the lightness value of 150642 is 0.14.

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00000110 01000010
Octal 25 6 102
Decimal 21 6 66
Hex 15 6 42

RGB Percentages of Color #150642

%22.58
%6.45
%70.97

CMYK Percentages of Color #150642

%68
%91
%0
%74

Triadic Colors of #150642

#150642 #421506 #064215

Analogous Colors of #150642

#150642 #330642 #061542

Monochromatic Colors of #150642

#150642

Complementary Color

#150642 #334206

#150642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#150642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#150642 Color CSS Codes

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

#150642 Text Font Color

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

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


#150642 Background Color

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

This div background color is #150642


#150642 Border Color

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

This div border color is #150642


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,6,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 #150642">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #150642


Comments

No comments written yet.

Please login to write comment.