Color Hex Logo

#9b357f Color Hex

#9B357F
(155,53,127)
0 Favorites   0 Comments

Color spaces of #9b357f

RGB 15553127
HSL0.880.490.41
HSV316°66°61°
CMYK 0.000.660.18   0.39
XYZ18.621411.047121.2295
Yxy11.04710.36590.2170
Hunter Lab33.237241.8410-14.6041
CIE-Lab39.659750.4862-20.0079

#9b357f color RGB value is (155,53,127).

#9b357f hex color red value is 155, green value is 53 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #9b357f hue: 0.88 , saturation: 0.49 and the lightness value of 9b357f is 0.41.

The process color (four color CMYK) of #9b357f color hex is 0.00, 0.66, 0.18, 0.39. Web safe color of #9b357f is #993366. Color #9b357f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 00110101 01111111
Octal 233 65 177
Decimal 155 53 127
Hex 9B 35 7F

RGB Percentages of Color #9b357f

%46.27
%15.82
%37.91

CMYK Percentages of Color #9b357f

%0
%66
%18
%39

Triadic Colors of #9b357f

#9b357f #7f9b35 #357f9b

Analogous Colors of #9b357f

#9b357f #9b354c #84359b

Monochromatic Colors of #9b357f

#9b357f

Complementary Color

#9b357f #359b51

#9b357f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b357f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b357f Color CSS Codes

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

#9b357f Text Font Color

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

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


#9b357f Background Color

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

This div background color is #9b357f


#9b357f Border Color

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

This div border color is #9b357f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,53,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9b357f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9b357f;
  -webkit-box-shadow: 1px 1px 3px 2px #9b357f;
  box-shadow:         1px 1px 3px 2px #9b357f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b357f


Comments

No comments written yet.

Please login to write comment.