Color Hex Logo

#9113ea Color Hex

#9113EA
(145,19,234)
0 Favorites   0 Comments

Color spaces of #9113ea

RGB 14519234
HSL0.760.850.50
HSV275°92°92°
CMYK 0.380.920.00   0.08
XYZ26.761212.426078.8299
Yxy12.42600.22680.1053
Hunter Lab35.250573.8237-107.9134
CIE-Lab41.885378.2063-79.7842

#9113ea color RGB value is (145,19,234).

#9113ea hex color red value is 145, green value is 19 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9113ea hue: 0.76 , saturation: 0.85 and the lightness value of 9113ea is 0.50.

The process color (four color CMYK) of #9113ea color hex is 0.38, 0.92, 0.00, 0.08. Web safe color of #9113ea is #9900ff. Color #9113ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 00010011 11101010
Octal 221 23 352
Decimal 145 19 234
Hex 91 13 EA

RGB Percentages of Color #9113ea

%36.43
%4.77
%58.79

CMYK Percentages of Color #9113ea

%38
%92
%0
%8

Triadic Colors of #9113ea

#9113ea #ea9113 #13ea91

Analogous Colors of #9113ea

#9113ea #ea13d8 #2513ea

Monochromatic Colors of #9113ea

#9113ea

Complementary Color

#9113ea #6cea13

#9113ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9113ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9113ea Color CSS Codes

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

#9113ea Text Font Color

<p style="color:#9113ea">Text here</p>

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


#9113ea Background Color

<div style="background-color:#9113ea">
Div content here</div>

This div background color is #9113ea


#9113ea Border Color

<div style="border:3px solid #9113ea">
Div here</div>

This div border color is #9113ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9113ea


Comments

No comments written yet.

Please login to write comment.