Color Hex Logo

#9f230a Color Hex

#9F230A
(159,35,10)
0 Favorites   0 Comments

Color spaces of #9f230a

RGB 1593510
HSL0.030.880.33
HSV10°94°62°
CMYK 0.000.780.94   0.38
XYZ14.95398.59491.1580
Yxy8.59490.60530.3479
Hunter Lab29.317139.743518.1800
CIE-Lab35.192349.267744.2802

#9f230a color RGB value is (159,35,10).

#9f230a hex color red value is 159, green value is 35 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #9f230a hue: 0.03 , saturation: 0.88 and the lightness value of 9f230a is 0.33.

The process color (four color CMYK) of #9f230a color hex is 0.00, 0.78, 0.94, 0.38. Web safe color of #9f230a is #993300. Color #9f230a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 00100011 00001010
Octal 237 43 12
Decimal 159 35 10
Hex 9F 23 A

RGB Percentages of Color #9f230a

%77.94
%17.16
%4.90

CMYK Percentages of Color #9f230a

%0
%78
%94
%38

Triadic Colors of #9f230a

#9f230a #0a9f23 #230a9f

Analogous Colors of #9f230a

#9f230a #9f6e0a #9f0a3b

Monochromatic Colors of #9f230a

#9f230a

Complementary Color

#9f230a #0a869f

#9f230a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f230a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f230a Color CSS Codes

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

#9f230a Text Font Color

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

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


#9f230a Background Color

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

This div background color is #9f230a


#9f230a Border Color

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

This div border color is #9f230a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,35,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9f230a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9f230a;
  -webkit-box-shadow: 1px 1px 3px 2px #9f230a;
  box-shadow:         1px 1px 3px 2px #9f230a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,35,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 #9f230a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f230a


Comments

No comments written yet.

Please login to write comment.