Color Hex Logo

#928ee5 Color Hex

#928EE5
(146,142,229)
0 Favorites   0 Comments

Color spaces of #928ee5

RGB 146142229
HSL0.670.630.73
HSV243°38°90°
CMYK 0.360.380.00   0.10
XYZ35.669931.114178.2544
Yxy31.11410.24590.2145
Hunter Lab55.780016.5312-44.1326
CIE-Lab62.603821.8447-43.6245

#928ee5 color RGB value is (146,142,229).

#928ee5 hex color red value is 146, green value is 142 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #928ee5 hue: 0.67 , saturation: 0.63 and the lightness value of 928ee5 is 0.73.

The process color (four color CMYK) of #928ee5 color hex is 0.36, 0.38, 0.00, 0.10. Web safe color of #928ee5 is #9999cc. Color #928ee5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 10001110 11100101
Octal 222 216 345
Decimal 146 142 229
Hex 92 8E E5

RGB Percentages of Color #928ee5

%28.24
%27.47
%44.29

CMYK Percentages of Color #928ee5

%36
%38
%0
%10

Triadic Colors of #928ee5

#928ee5 #e5928e #8ee592

Analogous Colors of #928ee5

#928ee5 #be8ee5 #8eb6e5

Monochromatic Colors of #928ee5

#928ee5

Complementary Color

#928ee5 #e1e58e

#928ee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#928ee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#928ee5 Color CSS Codes

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

#928ee5 Text Font Color

<p style="color:#928ee5">Text here</p>

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


#928ee5 Background Color

<div style="background-color:#928ee5">
Div content here</div>

This div background color is #928ee5


#928ee5 Border Color

<div style="border:3px solid #928ee5">
Div here</div>

This div border color is #928ee5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(146,142,229, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #928ee5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #928ee5;
  -webkit-box-shadow: 1px 1px 3px 2px #928ee5;
  box-shadow:         1px 1px 3px 2px #928ee5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #928ee5


Comments

No comments written yet.

Please login to write comment.