Color Hex Logo

#950210 Color Hex

#950210
(149,2,16)
0 Favorites   0 Comments

Color spaces of #950210

RGB 149216
HSL0.980.970.30
HSV354°99°58°
CMYK 0.000.990.89   0.42
XYZ12.50976.47041.0798
Yxy6.47040.62360.3226
Hunter Lab25.437043.270115.2890
CIE-Lab30.569553.604437.3230

#950210 color RGB value is (149,2,16).

#950210 hex color red value is 149, green value is 2 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #950210 hue: 0.98 , saturation: 0.97 and the lightness value of 950210 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00000010 00010000
Octal 225 2 20
Decimal 149 2 16
Hex 95 2 10

RGB Percentages of Color #950210

%89.22
%1.20
%9.58

CMYK Percentages of Color #950210

%0
%99
%89
%42

Triadic Colors of #950210

#950210 #109502 #021095

Analogous Colors of #950210

#950210 #953e02 #950259

Monochromatic Colors of #950210

#950210

Complementary Color

#950210 #029587

#950210 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#950210 Color Preview on White Background

Lorem ipsum dolor sit amet.

#950210 Color CSS Codes

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

#950210 Text Font Color

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

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


#950210 Background Color

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

This div background color is #950210


#950210 Border Color

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

This div border color is #950210


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #950210


Comments

No comments written yet.

Please login to write comment.