Color Hex Logo

#150604 Color Hex

#150604
(21,6,4)
0 Favorites   0 Comments

Color spaces of #150604

RGB 2164
HSL0.020.680.05
HSV81°
CMYK 0.000.710.81   0.92
XYZ0.39630.29840.1516
Yxy0.29840.46830.3526
Hunter Lab5.46263.39022.1784
CIE-Lab2.69544.61582.4789

#150604 color RGB value is (21,6,4).

#150604 hex color red value is 21, green value is 6 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #150604 hue: 0.02 , saturation: 0.68 and the lightness value of 150604 is 0.05.

The process color (four color CMYK) of #150604 color hex is 0.00, 0.71, 0.81, 0.92. Web safe color of #150604 is #000000. Color #150604 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00000110 00000100
Octal 25 6 4
Decimal 21 6 4
Hex 15 6 4

RGB Percentages of Color #150604

%67.74
%19.35
%12.90

CMYK Percentages of Color #150604

%0
%71
%81
%92

Triadic Colors of #150604

#150604 #041506 #060415

Analogous Colors of #150604

#150604 #150f04 #15040b

Monochromatic Colors of #150604

#150604

Complementary Color

#150604 #041315

#150604 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#150604 Color Preview on White Background

Lorem ipsum dolor sit amet.

#150604 Color CSS Codes

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

#150604 Text Font Color

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

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


#150604 Background Color

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

This div background color is #150604


#150604 Border Color

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

This div border color is #150604


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #150604


Comments

No comments written yet.

Please login to write comment.