Color Hex Logo

#9e074f Color Hex

#9E074F
(158,7,79)
0 Favorites   0 Comments

Color spaces of #9e074f

RGB 158779
HSL0.920.920.32
HSV331°96°62°
CMYK 0.000.960.50   0.38
XYZ15.58787.98568.1169
Yxy7.98560.49190.2520
Hunter Lab28.258849.00922.7510
CIE-Lab33.952958.37161.9525

#9e074f color RGB value is (158,7,79).

#9e074f hex color red value is 158, green value is 7 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #9e074f hue: 0.92 , saturation: 0.92 and the lightness value of 9e074f is 0.32.

The process color (four color CMYK) of #9e074f color hex is 0.00, 0.96, 0.50, 0.38. Web safe color of #9e074f is #990066. Color #9e074f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 00000111 01001111
Octal 236 7 117
Decimal 158 7 79
Hex 9E 7 4F

RGB Percentages of Color #9e074f

%64.75
%2.87
%32.38

CMYK Percentages of Color #9e074f

%0
%96
%50
%38

Triadic Colors of #9e074f

#9e074f #4f9e07 #074f9e

Analogous Colors of #9e074f

#9e074f #9e0b07 #9e079b

Monochromatic Colors of #9e074f

#9e074f

Complementary Color

#9e074f #079e56

#9e074f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e074f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e074f Color CSS Codes

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

#9e074f Text Font Color

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

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


#9e074f Background Color

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

This div background color is #9e074f


#9e074f Border Color

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

This div border color is #9e074f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(158,7,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9e074f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9e074f;
  -webkit-box-shadow: 1px 1px 3px 2px #9e074f;
  box-shadow:         1px 1px 3px 2px #9e074f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e074f


Comments

No comments written yet.

Please login to write comment.