Color Hex Logo

#916add Color Hex

#916ADD
(145,106,221)
0 Favorites   0 Comments

Color spaces of #916add

RGB 145106221
HSL0.720.630.64
HSV260°52°87°
CMYK 0.340.520.00   0.13
XYZ29.882221.548370.9909
Yxy21.54830.24410.1760
Hunter Lab46.420133.6712-58.1788
CIE-Lab53.544440.2258-53.5205

#916add color RGB value is (145,106,221).

#916add hex color red value is 145, green value is 106 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #916add hue: 0.72 , saturation: 0.63 and the lightness value of 916add is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10010001 01101010 11011101
Octal 221 152 335
Decimal 145 106 221
Hex 91 6A DD

RGB Percentages of Color #916add

%30.72
%22.46
%46.82

CMYK Percentages of Color #916add

%34
%52
%0
%13

Triadic Colors of #916add

#916add #dd916a #6add91

Analogous Colors of #916add

#916add #cb6add #6a7ddd

Monochromatic Colors of #916add

#916add

Complementary Color

#916add #b6dd6a

#916add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#916add Color Preview on White Background

Lorem ipsum dolor sit amet.

#916add Color CSS Codes

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

#916add Text Font Color

<p style="color:#916add">Text here</p>

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


#916add Background Color

<div style="background-color:#916add">
Div content here</div>

This div background color is #916add


#916add Border Color

<div style="border:3px solid #916add">
Div here</div>

This div border color is #916add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #916add


Comments

No comments written yet.

Please login to write comment.