Color Hex Logo

#9f124b Color Hex

#9F124B
(159,18,75)
0 Favorites   0 Comments

Color spaces of #9f124b

RGB 1591875
HSL0.930.800.35
HSV336°89°62°
CMYK 0.000.890.53   0.38
XYZ15.78448.31157.4290
Yxy8.31150.50070.2636
Hunter Lab28.829747.27784.9026
CIE-Lab34.623456.62735.5570

#9f124b color RGB value is (159,18,75).

#9f124b hex color red value is 159, green value is 18 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #9f124b hue: 0.93 , saturation: 0.80 and the lightness value of 9f124b is 0.35.

The process color (four color CMYK) of #9f124b color hex is 0.00, 0.89, 0.53, 0.38. Web safe color of #9f124b is #990033. Color #9f124b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 00010010 01001011
Octal 237 22 113
Decimal 159 18 75
Hex 9F 12 4B

RGB Percentages of Color #9f124b

%63.10
%7.14
%29.76

CMYK Percentages of Color #9f124b

%0
%89
%53
%38

Triadic Colors of #9f124b

#9f124b #4b9f12 #124b9f

Analogous Colors of #9f124b

#9f124b #9f2012 #9f1292

Monochromatic Colors of #9f124b

#9f124b

Complementary Color

#9f124b #129f66

#9f124b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f124b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f124b Color CSS Codes

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

#9f124b Text Font Color

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

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


#9f124b Background Color

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

This div background color is #9f124b


#9f124b Border Color

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

This div border color is #9f124b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f124b


Comments

No comments written yet.

Please login to write comment.