Color Hex Logo

#9b447d Color Hex

#9B447D
(155,68,125)
0 Favorites   0 Comments

Color spaces of #9b447d

RGB 15568125
HSL0.890.390.44
HSV321°56°61°
CMYK 0.000.560.19   0.39
XYZ19.286412.583520.8144
Yxy12.58350.36610.2388
Hunter Lab35.473234.9703-9.9580
CIE-Lab42.128943.2598-14.9899

#9b447d color RGB value is (155,68,125).

#9b447d hex color red value is 155, green value is 68 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #9b447d hue: 0.89 , saturation: 0.39 and the lightness value of 9b447d is 0.44.

The process color (four color CMYK) of #9b447d color hex is 0.00, 0.56, 0.19, 0.39. Web safe color of #9b447d is #993366. Color #9b447d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 01000100 01111101
Octal 233 104 175
Decimal 155 68 125
Hex 9B 44 7D

RGB Percentages of Color #9b447d

%44.54
%19.54
%35.92

CMYK Percentages of Color #9b447d

%0
%56
%19
%39

Triadic Colors of #9b447d

#9b447d #7d9b44 #447d9b

Analogous Colors of #9b447d

#9b447d #9b4452 #8e449b

Monochromatic Colors of #9b447d

#9b447d

Complementary Color

#9b447d #449b62

#9b447d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b447d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b447d Color CSS Codes

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

#9b447d Text Font Color

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

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


#9b447d Background Color

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

This div background color is #9b447d


#9b447d Border Color

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

This div border color is #9b447d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,68,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 #9b447d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b447d


Comments

No comments written yet.

Please login to write comment.