Color Hex Logo

#917ddb Color Hex

#917DDB
(145,125,219)
0 Favorites   0 Comments

Color spaces of #917ddb

RGB 145125219
HSL0.700.570.67
HSV253°43°86°
CMYK 0.340.430.00   0.14
XYZ31.796925.801470.3221
Yxy25.80140.24860.2017
Hunter Lab50.795122.8467-46.5261
CIE-Lab57.848128.7874-45.5541

#917ddb color RGB value is (145,125,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010001 01111101 11011011
Octal 221 175 333
Decimal 145 125 219
Hex 91 7D DB

RGB Percentages of Color #917ddb

%29.65
%25.56
%44.79

CMYK Percentages of Color #917ddb

%34
%43
%0
%14

Triadic Colors of #917ddb

#917ddb #db917d #7ddb91

Analogous Colors of #917ddb

#917ddb #c07ddb #7d98db

Monochromatic Colors of #917ddb

#917ddb

Complementary Color

#917ddb #c7db7d

#917ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#917ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#917ddb Color CSS Codes

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

#917ddb Text Font Color

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

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


#917ddb Background Color

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

This div background color is #917ddb


#917ddb Border Color

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

This div border color is #917ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #917ddb


Comments

No comments written yet.

Please login to write comment.