Color Hex Logo

#9d2bab Color Hex

#9D2BAB
(157,43,171)
0 Favorites   0 Comments

Color spaces of #9d2bab

RGB 15743171
HSL0.820.600.42
HSV293°75°67°
CMYK 0.080.750.00   0.33
XYZ22.119211.836139.6469
Yxy11.83610.30050.1608
Hunter Lab34.403654.5570-44.2435
CIE-Lab40.954462.0553-44.6196

#9d2bab color RGB value is (157,43,171).

#9d2bab hex color red value is 157, green value is 43 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #9d2bab hue: 0.82 , saturation: 0.60 and the lightness value of 9d2bab is 0.42.

The process color (four color CMYK) of #9d2bab color hex is 0.08, 0.75, 0.00, 0.33. Web safe color of #9d2bab is #993399. Color #9d2bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 00101011 10101011
Octal 235 53 253
Decimal 157 43 171
Hex 9D 2B AB

RGB Percentages of Color #9d2bab

%42.32
%11.59
%46.09

CMYK Percentages of Color #9d2bab

%8
%75
%0
%33

Triadic Colors of #9d2bab

#9d2bab #ab9d2b #2bab9d

Analogous Colors of #9d2bab

#9d2bab #ab2b79 #5d2bab

Monochromatic Colors of #9d2bab

#9d2bab

Complementary Color

#9d2bab #39ab2b

#9d2bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d2bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d2bab Color CSS Codes

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

#9d2bab Text Font Color

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

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


#9d2bab Background Color

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

This div background color is #9d2bab


#9d2bab Border Color

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

This div border color is #9d2bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d2bab


Comments

No comments written yet.

Please login to write comment.