Color Hex Logo

#915aeb Color Hex

#915AEB
(145,90,235)
0 Favorites   0 Comments

Color spaces of #915aeb

RGB 14590235
HSL0.730.780.64
HSV263°62°92°
CMYK 0.380.620.00   0.08
XYZ30.328619.330280.7299
Yxy19.33020.23260.1483
Hunter Lab43.966146.1917-78.0911
CIE-Lab51.071352.5704-65.3777

#915aeb color RGB value is (145,90,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010001 01011010 11101011
Octal 221 132 353
Decimal 145 90 235
Hex 91 5A EB

RGB Percentages of Color #915aeb

%30.85
%19.15
%50.00

CMYK Percentages of Color #915aeb

%38
%62
%0
%8

Triadic Colors of #915aeb

#915aeb #eb915a #5aeb91

Analogous Colors of #915aeb

#915aeb #da5aeb #5a6ceb

Monochromatic Colors of #915aeb

#915aeb

Complementary Color

#915aeb #b4eb5a

#915aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#915aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#915aeb Color CSS Codes

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

#915aeb Text Font Color

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

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


#915aeb Background Color

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

This div background color is #915aeb


#915aeb Border Color

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

This div border color is #915aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #915aeb


Comments

No comments written yet.

Please login to write comment.