Color Hex Logo

#917ddd Color Hex

#917DDD
(145,125,221)
0 Favorites   0 Comments

Color spaces of #917ddd

RGB 145125221
HSL0.700.590.68
HSV253°43°87°
CMYK 0.340.430.00   0.13
XYZ32.061825.907471.7174
Yxy25.90740.24720.1998
Hunter Lab50.899323.3645-47.9104
CIE-Lab57.949129.3133-46.5159

#917ddd color RGB value is (145,125,221).

#917ddd hex color red value is 145, green value is 125 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #917ddd hue: 0.70 , saturation: 0.59 and the lightness value of 917ddd is 0.68.

The process color (four color CMYK) of #917ddd color hex is 0.34, 0.43, 0.00, 0.13. Web safe color of #917ddd is #9966cc. Color #917ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 01111101 11011101
Octal 221 175 335
Decimal 145 125 221
Hex 91 7D DD

RGB Percentages of Color #917ddd

%29.53
%25.46
%45.01

CMYK Percentages of Color #917ddd

%34
%43
%0
%13

Triadic Colors of #917ddd

#917ddd #dd917d #7ddd91

Analogous Colors of #917ddd

#917ddd #c17ddd #7d99dd

Monochromatic Colors of #917ddd

#917ddd

Complementary Color

#917ddd #c9dd7d

#917ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#917ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#917ddd Color CSS Codes

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

#917ddd Text Font Color

<p style="color:#917ddd">Text here</p>

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


#917ddd Background Color

<div style="background-color:#917ddd">
Div content here</div>

This div background color is #917ddd


#917ddd Border Color

<div style="border:3px solid #917ddd">
Div here</div>

This div border color is #917ddd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,125,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #917ddd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #917ddd;
  -webkit-box-shadow: 1px 1px 3px 2px #917ddd;
  box-shadow:         1px 1px 3px 2px #917ddd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(145,125,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 #917ddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #917ddd


Comments

No comments written yet.

Please login to write comment.