Color Hex Logo

#917ddf Color Hex

#917DDF
(145,125,223)
0 Favorites   0 Comments

Color spaces of #917ddf

RGB 145125223
HSL0.700.600.68
HSV252°44°87°
CMYK 0.350.440.00   0.13
XYZ32.330026.014773.1294
Yxy26.01470.24590.1979
Hunter Lab51.004623.8867-49.3056
CIE-Lab58.051029.8417-47.4747

#917ddf color RGB value is (145,125,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010001 01111101 11011111
Octal 221 175 337
Decimal 145 125 223
Hex 91 7D DF

RGB Percentages of Color #917ddf

%29.41
%25.35
%45.23

CMYK Percentages of Color #917ddf

%35
%44
%0
%13

Triadic Colors of #917ddf

#917ddf #df917d #7ddf91

Analogous Colors of #917ddf

#917ddf #c27ddf #7d9adf

Monochromatic Colors of #917ddf

#917ddf

Complementary Color

#917ddf #cbdf7d

#917ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#917ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#917ddf Color CSS Codes

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

#917ddf Text Font Color

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

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


#917ddf Background Color

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

This div background color is #917ddf


#917ddf Border Color

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

This div border color is #917ddf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(145,125,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #917ddf


Comments

No comments written yet.

Please login to write comment.