Color Hex Logo

#9d93dd Color Hex

#9D93DD
(157,147,221)
0 Favorites   0 Comments

Color spaces of #9d93dd

RGB 157147221
HSL0.690.520.72
HSV248°33°87°
CMYK 0.290.330.00   0.13
XYZ37.389533.256072.8550
Yxy33.25600.26060.2317
Hunter Lab57.668014.8128-34.5365
CIE-Lab64.367719.9469-36.3646

#9d93dd color RGB value is (157,147,221).

#9d93dd hex color red value is 157, green value is 147 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9d93dd hue: 0.69 , saturation: 0.52 and the lightness value of 9d93dd is 0.72.

The process color (four color CMYK) of #9d93dd color hex is 0.29, 0.33, 0.00, 0.13. Web safe color of #9d93dd is #9999cc. Color #9d93dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10010011 11011101
Octal 235 223 335
Decimal 157 147 221
Hex 9D 93 DD

RGB Percentages of Color #9d93dd

%29.90
%28.00
%42.10

CMYK Percentages of Color #9d93dd

%29
%33
%0
%13

Triadic Colors of #9d93dd

#9d93dd #dd9d93 #93dd9d

Analogous Colors of #9d93dd

#9d93dd #c293dd #93aedd

Monochromatic Colors of #9d93dd

#9d93dd

Complementary Color

#9d93dd #d3dd93

#9d93dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d93dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d93dd Color CSS Codes

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

#9d93dd Text Font Color

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

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


#9d93dd Background Color

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

This div background color is #9d93dd


#9d93dd Border Color

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

This div border color is #9d93dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d93dd


Comments

No comments written yet.

Please login to write comment.