Color Hex Logo

#914bab Color Hex

#914BAB
(145,75,171)
0 Favorites   0 Comments

Color spaces of #914bab

RGB 14575171
HSL0.790.390.48
HSV284°56°67°
CMYK 0.150.560.00   0.33
XYZ21.543813.992240.0934
Yxy13.99220.28490.1850
Hunter Lab37.406137.3450-37.3651
CIE-Lab44.221745.2818-39.5205

#914bab color RGB value is (145,75,171).

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

The process color (four color CMYK) of #914bab color hex is 0.15, 0.56, 0.00, 0.33. Web safe color of #914bab is #993399. Color #914bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 01001011 10101011
Octal 221 113 253
Decimal 145 75 171
Hex 91 4B AB

RGB Percentages of Color #914bab

%37.08
%19.18
%43.73

CMYK Percentages of Color #914bab

%15
%56
%0
%33

Triadic Colors of #914bab

#914bab #ab914b #4bab91

Analogous Colors of #914bab

#914bab #ab4b95 #614bab

Monochromatic Colors of #914bab

#914bab

Complementary Color

#914bab #65ab4b

#914bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#914bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#914bab Color CSS Codes

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

#914bab Text Font Color

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

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


#914bab Background Color

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

This div background color is #914bab


#914bab Border Color

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

This div border color is #914bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #914bab


Comments

No comments written yet.

Please login to write comment.