Color Hex Logo

#925aee Color Hex

#925AEE
(146,90,238)
0 Favorites   0 Comments

Color spaces of #925aee

RGB 14690238
HSL0.730.810.64
HSV263°62°93°
CMYK 0.390.620.00   0.07
XYZ30.942819.596483.0405
Yxy19.59640.23160.1467
Hunter Lab44.267847.3012-80.2326
CIE-Lab51.377853.5404-66.5600

#925aee color RGB value is (146,90,238).

#925aee hex color red value is 146, green value is 90 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #925aee hue: 0.73 , saturation: 0.81 and the lightness value of 925aee is 0.64.

The process color (four color CMYK) of #925aee color hex is 0.39, 0.62, 0.00, 0.07. Web safe color of #925aee is #9966ff. Color #925aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 01011010 11101110
Octal 222 132 356
Decimal 146 90 238
Hex 92 5A EE

RGB Percentages of Color #925aee

%30.80
%18.99
%50.21

CMYK Percentages of Color #925aee

%39
%62
%0
%7

Triadic Colors of #925aee

#925aee #ee925a #5aee92

Analogous Colors of #925aee

#925aee #dc5aee #5a6cee

Monochromatic Colors of #925aee

#925aee

Complementary Color

#925aee #b6ee5a

#925aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#925aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#925aee Color CSS Codes

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

#925aee Text Font Color

<p style="color:#925aee">Text here</p>

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


#925aee Background Color

<div style="background-color:#925aee">
Div content here</div>

This div background color is #925aee


#925aee Border Color

<div style="border:3px solid #925aee">
Div here</div>

This div border color is #925aee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(146,90,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #925aee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #925aee;
  -webkit-box-shadow: 1px 1px 3px 2px #925aee;
  box-shadow:         1px 1px 3px 2px #925aee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #925aee


Comments

No comments written yet.

Please login to write comment.