Color Hex Logo

#9f386d Color Hex

#9F386D
(159,56,109)
0 Favorites   0 Comments

Color spaces of #9f386d

RGB 15956109
HSL0.910.480.42
HSV329°65°62°
CMYK 0.000.650.31   0.38
XYZ18.472611.303415.6762
Yxy11.30340.40640.2487
Hunter Lab33.620539.2398-4.1107
CIE-Lab40.086847.8695-8.1216

#9f386d color RGB value is (159,56,109).

#9f386d hex color red value is 159, green value is 56 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #9f386d hue: 0.91 , saturation: 0.48 and the lightness value of 9f386d is 0.42.

The process color (four color CMYK) of #9f386d color hex is 0.00, 0.65, 0.31, 0.38. Web safe color of #9f386d is #993366. Color #9f386d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 00111000 01101101
Octal 237 70 155
Decimal 159 56 109
Hex 9F 38 6D

RGB Percentages of Color #9f386d

%49.07
%17.28
%33.64

CMYK Percentages of Color #9f386d

%0
%65
%31
%38

Triadic Colors of #9f386d

#9f386d #6d9f38 #386d9f

Analogous Colors of #9f386d

#9f386d #9f3839 #9e389f

Monochromatic Colors of #9f386d

#9f386d

Complementary Color

#9f386d #389f6a

#9f386d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f386d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f386d Color CSS Codes

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

#9f386d Text Font Color

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

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


#9f386d Background Color

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

This div background color is #9f386d


#9f386d Border Color

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

This div border color is #9f386d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f386d


Comments

No comments written yet.

Please login to write comment.