Color Hex Logo

#150312 Color Hex

#150312
(21,3,18)
0 Favorites   0 Comments

Color spaces of #150312

RGB 21318
HSL0.860.750.05
HSV310°86°
CMYK 0.000.860.14   0.92
XYZ0.45100.26820.6003
Yxy0.26820.34180.2033
Hunter Lab5.17886.4819-3.2474
CIE-Lab2.42268.0324-4.4094

#150312 color RGB value is (21,3,18).

#150312 hex color red value is 21, green value is 3 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #150312 hue: 0.86 , saturation: 0.75 and the lightness value of 150312 is 0.05.

The process color (four color CMYK) of #150312 color hex is 0.00, 0.86, 0.14, 0.92. Web safe color of #150312 is #000000. Color #150312 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00000011 00010010
Octal 25 3 22
Decimal 21 3 18
Hex 15 3 12

RGB Percentages of Color #150312

%50.00
%7.14
%42.86

CMYK Percentages of Color #150312

%0
%86
%14
%92

Triadic Colors of #150312

#150312 #121503 #031215

Analogous Colors of #150312

#150312 #150309 #0f0315

Monochromatic Colors of #150312

#150312

Complementary Color

#150312 #031506

#150312 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#150312 Color Preview on White Background

Lorem ipsum dolor sit amet.

#150312 Color CSS Codes

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

#150312 Text Font Color

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

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


#150312 Background Color

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

This div background color is #150312


#150312 Border Color

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

This div border color is #150312


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #150312


Comments

No comments written yet.

Please login to write comment.