Color Hex Logo

#9d002a Color Hex

#9D002A
(157,0,42)
0 Favorites   0 Comments

Color spaces of #9d002a

RGB 157042
HSL0.961.000.31
HSV344°100°62°
CMYK 0.001.000.73   0.38
XYZ14.32257.33532.8515
Yxy7.33530.58440.2993
Hunter Lab27.083846.998212.7163
CIE-Lab32.558456.767324.3284

#9d002a color RGB value is (157,0,42).

#9d002a hex color red value is 157, green value is 0 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #9d002a hue: 0.96 , saturation: 1.00 and the lightness value of 9d002a is 0.31.

The process color (four color CMYK) of #9d002a color hex is 0.00, 1.00, 0.73, 0.38. Web safe color of #9d002a is #990033. Color #9d002a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 00000000 00101010
Octal 235 0 52
Decimal 157 0 42
Hex 9D 0 2A

RGB Percentages of Color #9d002a

%78.89
%0.00
%21.11

CMYK Percentages of Color #9d002a

%0
%100
%73
%38

Triadic Colors of #9d002a

#9d002a #2a9d00 #002a9d

Analogous Colors of #9d002a

#9d002a #9d2400 #9d0079

Monochromatic Colors of #9d002a

#9d002a

Complementary Color

#9d002a #009d73

#9d002a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d002a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d002a Color CSS Codes

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

#9d002a Text Font Color

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

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


#9d002a Background Color

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

This div background color is #9d002a


#9d002a Border Color

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

This div border color is #9d002a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,0,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9d002a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9d002a;
  -webkit-box-shadow: 1px 1px 3px 2px #9d002a;
  box-shadow:         1px 1px 3px 2px #9d002a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d002a


Comments

No comments written yet.

Please login to write comment.