Color Hex Logo

#9d35ab Color Hex

#9D35AB
(157,53,171)
0 Favorites   0 Comments

Color spaces of #9d35ab

RGB 15753171
HSL0.810.530.44
HSV293°69°67°
CMYK 0.080.690.00   0.33
XYZ22.528412.654639.7833
Yxy12.65460.30050.1688
Hunter Lab35.573350.7899-41.4055
CIE-Lab42.238158.4070-42.5700

#9d35ab color RGB value is (157,53,171).

#9d35ab hex color red value is 157, green value is 53 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #9d35ab hue: 0.81 , saturation: 0.53 and the lightness value of 9d35ab is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 00110101 10101011
Octal 235 65 253
Decimal 157 53 171
Hex 9D 35 AB

RGB Percentages of Color #9d35ab

%41.21
%13.91
%44.88

CMYK Percentages of Color #9d35ab

%8
%69
%0
%33

Triadic Colors of #9d35ab

#9d35ab #ab9d35 #35ab9d

Analogous Colors of #9d35ab

#9d35ab #ab357e #6235ab

Monochromatic Colors of #9d35ab

#9d35ab

Complementary Color

#9d35ab #43ab35

#9d35ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d35ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d35ab Color CSS Codes

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

#9d35ab Text Font Color

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

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


#9d35ab Background Color

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

This div background color is #9d35ab


#9d35ab Border Color

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

This div border color is #9d35ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d35ab


Comments

No comments written yet.

Please login to write comment.