Color Hex Logo

#9d2abd Color Hex

#9D2ABD
(157,42,189)
0 Favorites   0 Comments

Color spaces of #9d2abd

RGB 15742189
HSL0.800.640.45
HSV287°78°74°
CMYK 0.170.780.00   0.26
XYZ23.917912.498249.2959
Yxy12.49820.27900.1458
Hunter Lab35.352858.8966-57.9270
CIE-Lab41.997265.6807-53.5773

#9d2abd color RGB value is (157,42,189).

#9d2abd hex color red value is 157, green value is 42 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9d2abd hue: 0.80 , saturation: 0.64 and the lightness value of 9d2abd is 0.45.

The process color (four color CMYK) of #9d2abd color hex is 0.17, 0.78, 0.00, 0.26. Web safe color of #9d2abd is #9933cc. Color #9d2abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 00101010 10111101
Octal 235 52 275
Decimal 157 42 189
Hex 9D 2A BD

RGB Percentages of Color #9d2abd

%40.46
%10.82
%48.71

CMYK Percentages of Color #9d2abd

%17
%78
%0
%26

Triadic Colors of #9d2abd

#9d2abd #bd9d2a #2abd9d

Analogous Colors of #9d2abd

#9d2abd #bd2a94 #542abd

Monochromatic Colors of #9d2abd

#9d2abd

Complementary Color

#9d2abd #4abd2a

#9d2abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d2abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d2abd Color CSS Codes

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

#9d2abd Text Font Color

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

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


#9d2abd Background Color

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

This div background color is #9d2abd


#9d2abd Border Color

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

This div border color is #9d2abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d2abd


Comments

No comments written yet.

Please login to write comment.