Color Hex Logo

#9130ee Color Hex

#9130EE
(145,48,238)
0 Favorites   0 Comments

Color spaces of #9130ee

RGB 14548238
HSL0.750.850.56
HSV271°80°93°
CMYK 0.390.800.00   0.07
XYZ28.166614.306782.1658
Yxy14.30670.22600.1148
Hunter Lab37.824266.7315-102.3192
CIE-Lab44.669671.8443-77.4820

#9130ee color RGB value is (145,48,238).

#9130ee hex color red value is 145, green value is 48 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #9130ee hue: 0.75 , saturation: 0.85 and the lightness value of 9130ee is 0.56.

The process color (four color CMYK) of #9130ee color hex is 0.39, 0.80, 0.00, 0.07. Web safe color of #9130ee is #9933ff. Color #9130ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 00110000 11101110
Octal 221 60 356
Decimal 145 48 238
Hex 91 30 EE

RGB Percentages of Color #9130ee

%33.64
%11.14
%55.22

CMYK Percentages of Color #9130ee

%39
%80
%0
%7

Triadic Colors of #9130ee

#9130ee #ee9130 #30ee91

Analogous Colors of #9130ee

#9130ee #ee30ec #3230ee

Monochromatic Colors of #9130ee

#9130ee

Complementary Color

#9130ee #8dee30

#9130ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9130ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9130ee Color CSS Codes

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

#9130ee Text Font Color

<p style="color:#9130ee">Text here</p>

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


#9130ee Background Color

<div style="background-color:#9130ee">
Div content here</div>

This div background color is #9130ee


#9130ee Border Color

<div style="border:3px solid #9130ee">
Div here</div>

This div border color is #9130ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9130ee


Comments

No comments written yet.

Please login to write comment.