Color Hex Logo

#95071a Color Hex

#95071A
(149,7,26)
0 Favorites   0 Comments

Color spaces of #95071a

RGB 149726
HSL0.980.910.31
HSV352°95°58°
CMYK 0.000.950.83   0.42
XYZ12.65696.61611.5872
Yxy6.61610.60670.3172
Hunter Lab25.721842.821314.3467
CIE-Lab30.916553.102532.0342

#95071a color RGB value is (149,7,26).

#95071a hex color red value is 149, green value is 7 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #95071a hue: 0.98 , saturation: 0.91 and the lightness value of 95071a is 0.31.

The process color (four color CMYK) of #95071a color hex is 0.00, 0.95, 0.83, 0.42. Web safe color of #95071a is #990033. Color #95071a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00000111 00011010
Octal 225 7 32
Decimal 149 7 26
Hex 95 7 1A

RGB Percentages of Color #95071a

%81.87
%3.85
%14.29

CMYK Percentages of Color #95071a

%0
%95
%83
%42

Triadic Colors of #95071a

#95071a #1a9507 #071a95

Analogous Colors of #95071a

#95071a #953b07 #950761

Monochromatic Colors of #95071a

#95071a

Complementary Color

#95071a #079582

#95071a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95071a Color Preview on White Background

Lorem ipsum dolor sit amet.

#95071a Color CSS Codes

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

#95071a Text Font Color

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

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


#95071a Background Color

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

This div background color is #95071a


#95071a Border Color

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

This div border color is #95071a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,7,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95071a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95071a;
  -webkit-box-shadow: 1px 1px 3px 2px #95071a;
  box-shadow:         1px 1px 3px 2px #95071a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95071a


Comments

No comments written yet.

Please login to write comment.