Color Hex Logo

#928eec Color Hex

#928EEC
(146,142,236)
0 Favorites   0 Comments

Color spaces of #928eec

RGB 146142236
HSL0.670.710.74
HSV243°40°93°
CMYK 0.380.400.00   0.07
XYZ36.667431.513183.5069
Yxy31.51310.24170.2078
Hunter Lab56.136518.3542-48.9023
CIE-Lab62.938423.7336-46.9694

#928eec color RGB value is (146,142,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 10001110 11101100
Octal 222 216 354
Decimal 146 142 236
Hex 92 8E EC

RGB Percentages of Color #928eec

%27.86
%27.10
%45.04

CMYK Percentages of Color #928eec

%38
%40
%0
%7

Triadic Colors of #928eec

#928eec #ec928e #8eec92

Analogous Colors of #928eec

#928eec #c18eec #8eb9ec

Monochromatic Colors of #928eec

#928eec

Complementary Color

#928eec #e8ec8e

#928eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#928eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#928eec Color CSS Codes

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

#928eec Text Font Color

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

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


#928eec Background Color

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

This div background color is #928eec


#928eec Border Color

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

This div border color is #928eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #928eec


Comments

No comments written yet.

Please login to write comment.