Color Hex Logo

#9d9ddd Color Hex

#9D9DDD
(157,157,221)
0 Favorites   0 Comments

Color spaces of #9d9ddd

RGB 157157221
HSL0.670.480.74
HSV240°29°87°
CMYK 0.290.290.00   0.13
XYZ39.012736.502573.3961
Yxy36.50250.26200.2451
Hunter Lab60.41739.5309-29.7345
CIE-Lab66.902114.2492-32.4269

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

#9d9ddd hex color red value is 157, green value is 157 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9d9ddd hue: 0.67 , saturation: 0.48 and the lightness value of 9d9ddd is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10011101 11011101
Octal 235 235 335
Decimal 157 157 221
Hex 9D 9D DD

RGB Percentages of Color #9d9ddd

%29.35
%29.35
%41.31

CMYK Percentages of Color #9d9ddd

%29
%29
%0
%13

Triadic Colors of #9d9ddd

#9d9ddd #dd9d9d #9ddd9d

Analogous Colors of #9d9ddd

#9d9ddd #bd9ddd #9dbddd

Monochromatic Colors of #9d9ddd

#9d9ddd

Complementary Color

#9d9ddd #dddd9d

#9d9ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d9ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d9ddd Color CSS Codes

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

#9d9ddd Text Font Color

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

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


#9d9ddd Background Color

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

This div background color is #9d9ddd


#9d9ddd Border Color

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

This div border color is #9d9ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d9ddd


Comments

No comments written yet.

Please login to write comment.