Color Hex Logo

#9d218d Color Hex

#9D218D
(157,33,141)
0 Favorites   0 Comments

Color spaces of #9d218d

RGB 15733141
HSL0.850.650.37
HSV308°79°62°
CMYK 0.000.790.10   0.38
XYZ19.256210.178926.1491
Yxy10.17890.34640.1831
Hunter Lab31.904451.9027-26.2615
CIE-Lab38.161660.2065-30.9344

#9d218d color RGB value is (157,33,141).

#9d218d hex color red value is 157, green value is 33 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #9d218d hue: 0.85 , saturation: 0.65 and the lightness value of 9d218d is 0.37.

The process color (four color CMYK) of #9d218d color hex is 0.00, 0.79, 0.10, 0.38. Web safe color of #9d218d is #993399. Color #9d218d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 00100001 10001101
Octal 235 41 215
Decimal 157 33 141
Hex 9D 21 8D

RGB Percentages of Color #9d218d

%47.43
%9.97
%42.60

CMYK Percentages of Color #9d218d

%0
%79
%10
%38

Triadic Colors of #9d218d

#9d218d #8d9d21 #218d9d

Analogous Colors of #9d218d

#9d218d #9d214f #6f219d

Monochromatic Colors of #9d218d

#9d218d

Complementary Color

#9d218d #219d31

#9d218d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d218d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d218d Color CSS Codes

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

#9d218d Text Font Color

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

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


#9d218d Background Color

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

This div background color is #9d218d


#9d218d Border Color

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

This div border color is #9d218d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d218d


Comments

No comments written yet.

Please login to write comment.