Color Hex Logo

#150742 Color Hex

#150742
(21,7,66)
0 Favorites   0 Comments

Color spaces of #150742

RGB 21766
HSL0.710.810.14
HSV254°89°26°
CMYK 0.680.890.00   0.74
XYZ1.36860.70475.2181
Yxy0.70470.18770.0966
Hunter Lab8.394614.4107-30.9784
CIE-Lab6.365525.2388-34.0852

#150742 color RGB value is (21,7,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00000111 01000010
Octal 25 7 102
Decimal 21 7 66
Hex 15 7 42

RGB Percentages of Color #150742

%22.34
%7.45
%70.21

CMYK Percentages of Color #150742

%68
%89
%0
%74

Triadic Colors of #150742

#150742 #421507 #074215

Analogous Colors of #150742

#150742 #330742 #071742

Monochromatic Colors of #150742

#150742

Complementary Color

#150742 #344207

#150742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#150742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#150742 Color CSS Codes

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

#150742 Text Font Color

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

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


#150742 Background Color

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

This div background color is #150742


#150742 Border Color

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

This div border color is #150742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #150742


Comments

No comments written yet.

Please login to write comment.