Color Hex Logo

#9d2ded Color Hex

#9D2DED
(157,45,237)
0 Favorites   0 Comments

Color spaces of #9d2ded

RGB 15745237
HSL0.760.840.55
HSV275°81°93°
CMYK 0.340.810.00   0.07
XYZ30.129115.159381.4588
Yxy15.15930.23770.1196
Hunter Lab38.934969.9928-96.7907
CIE-Lab45.851674.3183-74.9203

#9d2ded color RGB value is (157,45,237).

#9d2ded hex color red value is 157, green value is 45 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #9d2ded hue: 0.76 , saturation: 0.84 and the lightness value of 9d2ded is 0.55.

The process color (four color CMYK) of #9d2ded color hex is 0.34, 0.81, 0.00, 0.07. Web safe color of #9d2ded is #9933ff. Color #9d2ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 00101101 11101101
Octal 235 55 355
Decimal 157 45 237
Hex 9D 2D ED

RGB Percentages of Color #9d2ded

%35.76
%10.25
%53.99

CMYK Percentages of Color #9d2ded

%34
%81
%0
%7

Triadic Colors of #9d2ded

#9d2ded #ed9d2d #2ded9d

Analogous Colors of #9d2ded

#9d2ded #ed2ddd #3d2ded

Monochromatic Colors of #9d2ded

#9d2ded

Complementary Color

#9d2ded #7ded2d

#9d2ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d2ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d2ded Color CSS Codes

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

#9d2ded Text Font Color

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

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


#9d2ded Background Color

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

This div background color is #9d2ded


#9d2ded Border Color

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

This div border color is #9d2ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d2ded


Comments

No comments written yet.

Please login to write comment.