Color Hex Logo

#9e307d Color Hex

#9E307D
(158,48,125)
0 Favorites   0 Comments

Color spaces of #9e307d

RGB 15848125
HSL0.880.530.40
HSV318°70°62°
CMYK 0.000.700.21   0.38
XYZ18.859210.863720.5049
Yxy10.86370.37550.2163
Hunter Lab32.960144.4543-13.8129
CIE-Lab39.350053.0522-19.2072

#9e307d color RGB value is (158,48,125).

#9e307d hex color red value is 158, green value is 48 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #9e307d hue: 0.88 , saturation: 0.53 and the lightness value of 9e307d is 0.40.

The process color (four color CMYK) of #9e307d color hex is 0.00, 0.70, 0.21, 0.38. Web safe color of #9e307d is #993366. Color #9e307d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 00110000 01111101
Octal 236 60 175
Decimal 158 48 125
Hex 9E 30 7D

RGB Percentages of Color #9e307d

%47.73
%14.50
%37.76

CMYK Percentages of Color #9e307d

%0
%70
%21
%38

Triadic Colors of #9e307d

#9e307d #7d9e30 #307d9e

Analogous Colors of #9e307d

#9e307d #9e3046 #88309e

Monochromatic Colors of #9e307d

#9e307d

Complementary Color

#9e307d #309e51

#9e307d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e307d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e307d Color CSS Codes

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

#9e307d Text Font Color

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

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


#9e307d Background Color

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

This div background color is #9e307d


#9e307d Border Color

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

This div border color is #9e307d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e307d


Comments

No comments written yet.

Please login to write comment.