Color Hex Logo

#9e438c Color Hex

#9E438C
(158,67,140)
0 Favorites   0 Comments

Color spaces of #9e438c

RGB 15867140
HSL0.870.400.44
HSV312°58°62°
CMYK 0.000.580.11   0.38
XYZ20.841313.176926.2559
Yxy13.17690.34580.2186
Hunter Lab36.300038.9591-17.4746
CIE-Lab43.028647.0744-22.7121

#9e438c color RGB value is (158,67,140).

#9e438c hex color red value is 158, green value is 67 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #9e438c hue: 0.87 , saturation: 0.40 and the lightness value of 9e438c is 0.44.

The process color (four color CMYK) of #9e438c color hex is 0.00, 0.58, 0.11, 0.38. Web safe color of #9e438c is #993399. Color #9e438c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 01000011 10001100
Octal 236 103 214
Decimal 158 67 140
Hex 9E 43 8C

RGB Percentages of Color #9e438c

%43.29
%18.36
%38.36

CMYK Percentages of Color #9e438c

%0
%58
%11
%38

Triadic Colors of #9e438c

#9e438c #8c9e43 #438c9e

Analogous Colors of #9e438c

#9e438c #9e435f #83439e

Monochromatic Colors of #9e438c

#9e438c

Complementary Color

#9e438c #439e55

#9e438c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e438c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e438c Color CSS Codes

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

#9e438c Text Font Color

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

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


#9e438c Background Color

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

This div background color is #9e438c


#9e438c Border Color

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

This div border color is #9e438c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e438c


Comments

No comments written yet.

Please login to write comment.