Color Hex Logo

#913eea Color Hex

#913EEA
(145,62,234)
0 Favorites   0 Comments

Color spaces of #913eea

RGB 14562234
HSL0.750.800.58
HSV269°74°92°
CMYK 0.380.740.00   0.08
XYZ28.251015.405579.3265
Yxy15.40550.22970.1253
Hunter Lab39.249859.7924-92.3541
CIE-Lab46.184765.6465-72.7479

#913eea color RGB value is (145,62,234).

#913eea hex color red value is 145, green value is 62 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #913eea hue: 0.75 , saturation: 0.80 and the lightness value of 913eea is 0.58.

The process color (four color CMYK) of #913eea color hex is 0.38, 0.74, 0.00, 0.08. Web safe color of #913eea is #9933ff. Color #913eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 00111110 11101010
Octal 221 76 352
Decimal 145 62 234
Hex 91 3E EA

RGB Percentages of Color #913eea

%32.88
%14.06
%53.06

CMYK Percentages of Color #913eea

%38
%74
%0
%8

Triadic Colors of #913eea

#913eea #ea913e #3eea91

Analogous Colors of #913eea

#913eea #e73eea #3e41ea

Monochromatic Colors of #913eea

#913eea

Complementary Color

#913eea #97ea3e

#913eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#913eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#913eea Color CSS Codes

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

#913eea Text Font Color

<p style="color:#913eea">Text here</p>

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


#913eea Background Color

<div style="background-color:#913eea">
Div content here</div>

This div background color is #913eea


#913eea Border Color

<div style="border:3px solid #913eea">
Div here</div>

This div border color is #913eea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,62,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #913eea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #913eea;
  -webkit-box-shadow: 1px 1px 3px 2px #913eea;
  box-shadow:         1px 1px 3px 2px #913eea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(145,62,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #913eea


Comments

No comments written yet.

Please login to write comment.