Color Hex Logo

#928edd Color Hex

#928EDD
(146,142,221)
0 Favorites   0 Comments

Color spaces of #928edd

RGB 146142221
HSL0.680.540.71
HSV243°36°87°
CMYK 0.340.360.00   0.13
XYZ34.578230.677572.5055
Yxy30.67750.25100.2227
Hunter Lab55.387314.5096-38.8433
CIE-Lab62.234419.7194-39.7624

#928edd color RGB value is (146,142,221).

#928edd hex color red value is 146, green value is 142 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #928edd hue: 0.68 , saturation: 0.54 and the lightness value of 928edd is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 10001110 11011101
Octal 222 216 335
Decimal 146 142 221
Hex 92 8E DD

RGB Percentages of Color #928edd

%28.68
%27.90
%43.42

CMYK Percentages of Color #928edd

%34
%36
%0
%13

Triadic Colors of #928edd

#928edd #dd928e #8edd92

Analogous Colors of #928edd

#928edd #ba8edd #8eb2dd

Monochromatic Colors of #928edd

#928edd

Complementary Color

#928edd #d9dd8e

#928edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#928edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#928edd Color CSS Codes

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

#928edd Text Font Color

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

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


#928edd Background Color

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

This div background color is #928edd


#928edd Border Color

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

This div border color is #928edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #928edd


Comments

No comments written yet.

Please login to write comment.