Color Hex Logo

#9b318f Color Hex

#9B318F
(155,49,143)
0 Favorites   0 Comments

Color spaces of #9b318f

RGB 15549143
HSL0.850.520.40
HSV307°68°61°
CMYK 0.000.680.08   0.39
XYZ19.573811.148427.1068
Yxy11.14840.33850.1928
Hunter Lab33.389246.2111-24.7617
CIE-Lab39.829354.6239-29.5586

#9b318f color RGB value is (155,49,143).

#9b318f hex color red value is 155, green value is 49 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #9b318f hue: 0.85 , saturation: 0.52 and the lightness value of 9b318f is 0.40.

The process color (four color CMYK) of #9b318f color hex is 0.00, 0.68, 0.08, 0.39. Web safe color of #9b318f is #993399. Color #9b318f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 00110001 10001111
Octal 233 61 217
Decimal 155 49 143
Hex 9B 31 8F

RGB Percentages of Color #9b318f

%44.67
%14.12
%41.21

CMYK Percentages of Color #9b318f

%0
%68
%8
%39

Triadic Colors of #9b318f

#9b318f #8f9b31 #318f9b

Analogous Colors of #9b318f

#9b318f #9b315a #72319b

Monochromatic Colors of #9b318f

#9b318f

Complementary Color

#9b318f #319b3d

#9b318f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b318f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b318f Color CSS Codes

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

#9b318f Text Font Color

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

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


#9b318f Background Color

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

This div background color is #9b318f


#9b318f Border Color

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

This div border color is #9b318f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b318f


Comments

No comments written yet.

Please login to write comment.