Color Hex Logo

#915aee Color Hex

#915AEE
(145,90,238)
0 Favorites   0 Comments

Color spaces of #915aee

RGB 14590238
HSL0.730.810.64
HSV262°62°93°
CMYK 0.390.620.00   0.07
XYZ30.765819.505183.0322
Yxy19.50510.23080.1463
Hunter Lab44.164647.0581-80.5537
CIE-Lab51.273053.3351-66.7346

#915aee color RGB value is (145,90,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010001 01011010 11101110
Octal 221 132 356
Decimal 145 90 238
Hex 91 5A EE

RGB Percentages of Color #915aee

%30.66
%19.03
%50.32

CMYK Percentages of Color #915aee

%39
%62
%0
%7

Triadic Colors of #915aee

#915aee #ee915a #5aee91

Analogous Colors of #915aee

#915aee #db5aee #5a6dee

Monochromatic Colors of #915aee

#915aee

Complementary Color

#915aee #b7ee5a

#915aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#915aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#915aee Color CSS Codes

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

#915aee Text Font Color

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

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


#915aee Background Color

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

This div background color is #915aee


#915aee Border Color

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

This div border color is #915aee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(145,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 #915aee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #915aee


Comments

No comments written yet.

Please login to write comment.