Color Hex Logo

#917dbb Color Hex

#917DBB
(145,125,187)
0 Favorites   0 Comments

Color spaces of #917dbb

RGB 145125187
HSL0.720.310.61
HSV259°33°73°
CMYK 0.220.330.00   0.27
XYZ27.980324.274850.2245
Yxy24.27480.27300.2369
Hunter Lab49.269515.1492-25.9507
CIE-Lab56.361920.7099-29.7690

#917dbb color RGB value is (145,125,187).

#917dbb hex color red value is 145, green value is 125 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #917dbb hue: 0.72 , saturation: 0.31 and the lightness value of 917dbb is 0.61.

The process color (four color CMYK) of #917dbb color hex is 0.22, 0.33, 0.00, 0.27. Web safe color of #917dbb is #9966cc. Color #917dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 01111101 10111011
Octal 221 175 273
Decimal 145 125 187
Hex 91 7D BB

RGB Percentages of Color #917dbb

%31.73
%27.35
%40.92

CMYK Percentages of Color #917dbb

%22
%33
%0
%27

Triadic Colors of #917dbb

#917dbb #bb917d #7dbb91

Analogous Colors of #917dbb

#917dbb #b07dbb #7d88bb

Monochromatic Colors of #917dbb

#917dbb

Complementary Color

#917dbb #a7bb7d

#917dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#917dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#917dbb Color CSS Codes

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

#917dbb Text Font Color

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

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


#917dbb Background Color

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

This div background color is #917dbb


#917dbb Border Color

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

This div border color is #917dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #917dbb


Comments

No comments written yet.

Please login to write comment.