Color Hex Logo

#9d0eda Color Hex

#9D0EDA
(157,14,218)
0 Favorites   0 Comments

Color spaces of #9d0eda

RGB 15714218
HSL0.780.880.45
HSV282°94°85°
CMYK 0.280.940.00   0.15
XYZ26.716612.544167.3428
Yxy12.54410.25060.1177
Hunter Lab35.417772.6670-87.9411
CIE-Lab42.068177.2362-70.2841

#9d0eda color RGB value is (157,14,218).

#9d0eda hex color red value is 157, green value is 14 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9d0eda hue: 0.78 , saturation: 0.88 and the lightness value of 9d0eda is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 00001110 11011010
Octal 235 16 332
Decimal 157 14 218
Hex 9D E DA

RGB Percentages of Color #9d0eda

%40.36
%3.60
%56.04

CMYK Percentages of Color #9d0eda

%28
%94
%0
%15

Triadic Colors of #9d0eda

#9d0eda #da9d0e #0eda9d

Analogous Colors of #9d0eda

#9d0eda #da0eb1 #370eda

Monochromatic Colors of #9d0eda

#9d0eda

Complementary Color

#9d0eda #4bda0e

#9d0eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d0eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d0eda Color CSS Codes

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

#9d0eda Text Font Color

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

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


#9d0eda Background Color

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

This div background color is #9d0eda


#9d0eda Border Color

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

This div border color is #9d0eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d0eda


Comments

No comments written yet.

Please login to write comment.