Color Hex Logo

#928deb Color Hex

#928DEB
(146,141,235)
0 Favorites   0 Comments

Color spaces of #928deb

RGB 146141235
HSL0.680.700.74
HSV243°40°92°
CMYK 0.380.400.00   0.08
XYZ36.374331.158982.6944
Yxy31.15890.24210.2074
Hunter Lab55.820218.6314-48.7607
CIE-Lab62.641524.0407-46.8856

#928deb color RGB value is (146,141,235).

#928deb hex color red value is 146, green value is 141 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #928deb hue: 0.68 , saturation: 0.70 and the lightness value of 928deb is 0.74.

The process color (four color CMYK) of #928deb color hex is 0.38, 0.40, 0.00, 0.08. Web safe color of #928deb is #9999ff. Color #928deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 10001101 11101011
Octal 222 215 353
Decimal 146 141 235
Hex 92 8D EB

RGB Percentages of Color #928deb

%27.97
%27.01
%45.02

CMYK Percentages of Color #928deb

%38
%40
%0
%8

Triadic Colors of #928deb

#928deb #eb928d #8deb92

Analogous Colors of #928deb

#928deb #c18deb #8db7eb

Monochromatic Colors of #928deb

#928deb

Complementary Color

#928deb #e6eb8d

#928deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#928deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#928deb Color CSS Codes

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

#928deb Text Font Color

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

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


#928deb Background Color

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

This div background color is #928deb


#928deb Border Color

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

This div border color is #928deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #928deb


Comments

No comments written yet.

Please login to write comment.