Color Hex Logo

#914dab Color Hex

#914DAB
(145,77,171)
0 Favorites   0 Comments

Color spaces of #914dab

RGB 14577171
HSL0.790.380.49
HSV283°55°67°
CMYK 0.150.550.00   0.33
XYZ21.681614.267840.1393
Yxy14.26780.28500.1875
Hunter Lab37.772736.3569-36.5638
CIE-Lab44.614644.2372-38.8979

#914dab color RGB value is (145,77,171).

#914dab hex color red value is 145, green value is 77 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #914dab hue: 0.79 , saturation: 0.38 and the lightness value of 914dab is 0.49.

The process color (four color CMYK) of #914dab color hex is 0.15, 0.55, 0.00, 0.33. Web safe color of #914dab is #996699. Color #914dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 01001101 10101011
Octal 221 115 253
Decimal 145 77 171
Hex 91 4D AB

RGB Percentages of Color #914dab

%36.90
%19.59
%43.51

CMYK Percentages of Color #914dab

%15
%55
%0
%33

Triadic Colors of #914dab

#914dab #ab914d #4dab91

Analogous Colors of #914dab

#914dab #ab4d96 #624dab

Monochromatic Colors of #914dab

#914dab

Complementary Color

#914dab #67ab4d

#914dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#914dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#914dab Color CSS Codes

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

#914dab Text Font Color

<p style="color:#914dab">Text here</p>

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


#914dab Background Color

<div style="background-color:#914dab">
Div content here</div>

This div background color is #914dab


#914dab Border Color

<div style="border:3px solid #914dab">
Div here</div>

This div border color is #914dab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,77,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #914dab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #914dab;
  -webkit-box-shadow: 1px 1px 3px 2px #914dab;
  box-shadow:         1px 1px 3px 2px #914dab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #914dab


Comments

No comments written yet.

Please login to write comment.