Color Hex Logo

#950011 Color Hex

#950011
(149,0,17)
0 Favorites   0 Comments

Color spaces of #950011

RGB 149017
HSL0.981.000.29
HSV353°100°58°
CMYK 0.001.000.89   0.42
XYZ12.49566.43001.1128
Yxy6.43000.62360.3209
Hunter Lab25.357443.585415.1483
CIE-Lab30.472453.927436.7222

#950011 color RGB value is (149,0,17).

#950011 hex color red value is 149, green value is 0 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #950011 hue: 0.98 , saturation: 1.00 and the lightness value of 950011 is 0.29.

The process color (four color CMYK) of #950011 color hex is 0.00, 1.00, 0.89, 0.42. Web safe color of #950011 is #990000. Color #950011 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00000000 00010001
Octal 225 0 21
Decimal 149 0 17
Hex 95 0 11

RGB Percentages of Color #950011

%89.76
%0.00
%10.24

CMYK Percentages of Color #950011

%0
%100
%89
%42

Triadic Colors of #950011

#950011 #119500 #001195

Analogous Colors of #950011

#950011 #953a00 #95005b

Monochromatic Colors of #950011

#950011

Complementary Color

#950011 #009584

#950011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#950011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#950011 Color CSS Codes

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

#950011 Text Font Color

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

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


#950011 Background Color

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

This div background color is #950011


#950011 Border Color

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

This div border color is #950011


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,0,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #950011; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #950011;
  -webkit-box-shadow: 1px 1px 3px 2px #950011;
  box-shadow:         1px 1px 3px 2px #950011; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #950011


Comments

No comments written yet.

Please login to write comment.