Color Hex Logo

#927eab Color Hex

#927EAB
(146,126,171)
0 Favorites   0 Comments

Color spaces of #927eab

RGB 146126171
HSL0.740.210.58
HSV267°26°67°
CMYK 0.150.260.00   0.33
XYZ26.665623.973041.7499
Yxy23.97300.28860.2595
Hunter Lab48.962211.5300-16.2828
CIE-Lab56.060816.7147-21.0560

#927eab color RGB value is (146,126,171).

#927eab hex color red value is 146, green value is 126 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #927eab hue: 0.74 , saturation: 0.21 and the lightness value of 927eab is 0.58.

The process color (four color CMYK) of #927eab color hex is 0.15, 0.26, 0.00, 0.33. Web safe color of #927eab is #996699. Color #927eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 01111110 10101011
Octal 222 176 253
Decimal 146 126 171
Hex 92 7E AB

RGB Percentages of Color #927eab

%32.96
%28.44
%38.60

CMYK Percentages of Color #927eab

%15
%26
%0
%33

Triadic Colors of #927eab

#927eab #ab927e #7eab92

Analogous Colors of #927eab

#927eab #a97eab #7e81ab

Monochromatic Colors of #927eab

#927eab

Complementary Color

#927eab #97ab7e

#927eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#927eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#927eab Color CSS Codes

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

#927eab Text Font Color

<p style="color:#927eab">Text here</p>

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


#927eab Background Color

<div style="background-color:#927eab">
Div content here</div>

This div background color is #927eab


#927eab Border Color

<div style="border:3px solid #927eab">
Div here</div>

This div border color is #927eab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(146,126,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #927eab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #927eab;
  -webkit-box-shadow: 1px 1px 3px 2px #927eab;
  box-shadow:         1px 1px 3px 2px #927eab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(146,126,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 #927eab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #927eab


Comments

No comments written yet.

Please login to write comment.