Color Hex Logo

#9d5dda Color Hex

#9D5DDA
(157,93,218)
0 Favorites   0 Comments

Color spaces of #9d5dda

RGB 15793218
HSL0.750.630.61
HSV271°57°85°
CMYK 0.280.570.00   0.15
XYZ30.473920.058868.5952
Yxy20.05880.25580.1684
Hunter Lab44.787143.0772-59.4568
CIE-Lab51.903649.5276-54.3763

#9d5dda color RGB value is (157,93,218).

#9d5dda hex color red value is 157, green value is 93 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9d5dda hue: 0.75 , saturation: 0.63 and the lightness value of 9d5dda is 0.61.

The process color (four color CMYK) of #9d5dda color hex is 0.28, 0.57, 0.00, 0.15. Web safe color of #9d5dda is #9966cc. Color #9d5dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 01011101 11011010
Octal 235 135 332
Decimal 157 93 218
Hex 9D 5D DA

RGB Percentages of Color #9d5dda

%33.55
%19.87
%46.58

CMYK Percentages of Color #9d5dda

%28
%57
%0
%15

Triadic Colors of #9d5dda

#9d5dda #da9d5d #5dda9d

Analogous Colors of #9d5dda

#9d5dda #da5dd9 #5f5dda

Monochromatic Colors of #9d5dda

#9d5dda

Complementary Color

#9d5dda #9ada5d

#9d5dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d5dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d5dda Color CSS Codes

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

#9d5dda Text Font Color

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

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


#9d5dda Background Color

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

This div background color is #9d5dda


#9d5dda Border Color

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

This div border color is #9d5dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d5dda


Comments

No comments written yet.

Please login to write comment.