Color Hex Logo

#9e214d Color Hex

#9E214D
(158,33,77)
0 Favorites   0 Comments

Color spaces of #9e214d

RGB 1583377
HSL0.940.650.37
HSV339°79°62°
CMYK 0.000.790.51   0.38
XYZ15.98408.89267.8952
Yxy8.89260.48770.2713
Hunter Lab29.820543.49165.1768
CIE-Lab35.776752.80985.8705

#9e214d color RGB value is (158,33,77).

#9e214d hex color red value is 158, green value is 33 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #9e214d hue: 0.94 , saturation: 0.65 and the lightness value of 9e214d is 0.37.

The process color (four color CMYK) of #9e214d color hex is 0.00, 0.79, 0.51, 0.38. Web safe color of #9e214d is #993366. Color #9e214d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 00100001 01001101
Octal 236 41 115
Decimal 158 33 77
Hex 9E 21 4D

RGB Percentages of Color #9e214d

%58.96
%12.31
%28.73

CMYK Percentages of Color #9e214d

%0
%79
%51
%38

Triadic Colors of #9e214d

#9e214d #4d9e21 #214d9e

Analogous Colors of #9e214d

#9e214d #9e3421 #9e218c

Monochromatic Colors of #9e214d

#9e214d

Complementary Color

#9e214d #219e72

#9e214d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e214d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e214d Color CSS Codes

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

#9e214d Text Font Color

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

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


#9e214d Background Color

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

This div background color is #9e214d


#9e214d Border Color

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

This div border color is #9e214d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e214d


Comments

No comments written yet.

Please login to write comment.