Color Hex Logo

#9d399d Color Hex

#9D399D
(157,57,157)
0 Favorites   0 Comments

Color spaces of #9d399d

RGB 15757157
HSL0.830.470.42
HSV300°64°62°
CMYK 0.000.640.00   0.38
XYZ21.453612.528733.1858
Yxy12.52870.31940.1865
Hunter Lab35.395946.2467-30.8108
CIE-Lab42.044454.2410-34.5181

#9d399d color RGB value is (157,57,157).

#9d399d hex color red value is 157, green value is 57 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #9d399d hue: 0.83 , saturation: 0.47 and the lightness value of 9d399d is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 00111001 10011101
Octal 235 71 235
Decimal 157 57 157
Hex 9D 39 9D

RGB Percentages of Color #9d399d

%42.32
%15.36
%42.32

CMYK Percentages of Color #9d399d

%0
%64
%0
%38

Triadic Colors of #9d399d

#9d399d #9d9d39 #399d9d

Analogous Colors of #9d399d

#9d399d #9d396b #6b399d

Monochromatic Colors of #9d399d

#9d399d

Complementary Color

#9d399d #399d39

#9d399d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d399d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d399d Color CSS Codes

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

#9d399d Text Font Color

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

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


#9d399d Background Color

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

This div background color is #9d399d


#9d399d Border Color

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

This div border color is #9d399d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,57,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9d399d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9d399d;
  -webkit-box-shadow: 1px 1px 3px 2px #9d399d;
  box-shadow:         1px 1px 3px 2px #9d399d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d399d


Comments

No comments written yet.

Please login to write comment.