Color Hex Logo

#96030a Color Hex

#96030A
(150,3,10)
0 Favorites   0 Comments

Color spaces of #96030a

RGB 150310
HSL0.990.960.30
HSV357°98°59°
CMYK 0.000.980.93   0.41
XYZ12.66506.57110.8880
Yxy6.57110.62930.3265
Hunter Lab25.634243.331215.8900
CIE-Lab30.809953.616540.4190

#96030a color RGB value is (150,3,10).

#96030a hex color red value is 150, green value is 3 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #96030a hue: 0.99 , saturation: 0.96 and the lightness value of 96030a is 0.30.

The process color (four color CMYK) of #96030a color hex is 0.00, 0.98, 0.93, 0.41. Web safe color of #96030a is #990000. Color #96030a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00000011 00001010
Octal 226 3 12
Decimal 150 3 10
Hex 96 3 A

RGB Percentages of Color #96030a

%92.02
%1.84
%6.13

CMYK Percentages of Color #96030a

%0
%98
%93
%41

Triadic Colors of #96030a

#96030a #0a9603 #030a96

Analogous Colors of #96030a

#96030a #964603 #960353

Monochromatic Colors of #96030a

#96030a

Complementary Color

#96030a #03968f

#96030a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96030a Color Preview on White Background

Lorem ipsum dolor sit amet.

#96030a Color CSS Codes

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

#96030a Text Font Color

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

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


#96030a Background Color

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

This div background color is #96030a


#96030a Border Color

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

This div border color is #96030a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,3,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96030a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96030a;
  -webkit-box-shadow: 1px 1px 3px 2px #96030a;
  box-shadow:         1px 1px 3px 2px #96030a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96030a


Comments

No comments written yet.

Please login to write comment.