Color Hex Logo

#927eeb Color Hex

#927EEB
(146,126,235)
0 Favorites   0 Comments

Color spaces of #927eeb

RGB 146126235
HSL0.700.730.71
HSV251°46°92°
CMYK 0.380.460.00   0.08
XYZ34.310327.030982.0064
Yxy27.03090.23940.1886
Hunter Lab51.991226.8118-57.1249
CIE-Lab59.002932.7242-52.6516

#927eeb color RGB value is (146,126,235).

#927eeb hex color red value is 146, green value is 126 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #927eeb hue: 0.70 , saturation: 0.73 and the lightness value of 927eeb is 0.71.

The process color (four color CMYK) of #927eeb color hex is 0.38, 0.46, 0.00, 0.08. Web safe color of #927eeb is #9966ff. Color #927eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 01111110 11101011
Octal 222 176 353
Decimal 146 126 235
Hex 92 7E EB

RGB Percentages of Color #927eeb

%28.80
%24.85
%46.35

CMYK Percentages of Color #927eeb

%38
%46
%0
%8

Triadic Colors of #927eeb

#927eeb #eb927e #7eeb92

Analogous Colors of #927eeb

#927eeb #c97eeb #7ea1eb

Monochromatic Colors of #927eeb

#927eeb

Complementary Color

#927eeb #d7eb7e

#927eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#927eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#927eeb Color CSS Codes

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

#927eeb Text Font Color

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

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


#927eeb Background Color

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

This div background color is #927eeb


#927eeb Border Color

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

This div border color is #927eeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(146,126,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #927eeb


Comments

No comments written yet.

Please login to write comment.