Color Hex Logo

#9380ea Color Hex

#9380EA
(147,128,234)
0 Favorites   0 Comments

Color spaces of #9380ea

RGB 147128234
HSL0.700.720.71
HSV251°45°92°
CMYK 0.370.450.00   0.08
XYZ34.603127.581981.3420
Yxy27.58190.24110.1922
Hunter Lab52.518525.7018-55.0670
CIE-Lab59.509131.5521-51.2861

#9380ea color RGB value is (147,128,234).

#9380ea hex color red value is 147, green value is 128 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9380ea hue: 0.70 , saturation: 0.72 and the lightness value of 9380ea is 0.71.

The process color (four color CMYK) of #9380ea color hex is 0.37, 0.45, 0.00, 0.08. Web safe color of #9380ea is #9999ff. Color #9380ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10000000 11101010
Octal 223 200 352
Decimal 147 128 234
Hex 93 80 EA

RGB Percentages of Color #9380ea

%28.88
%25.15
%45.97

CMYK Percentages of Color #9380ea

%37
%45
%0
%8

Triadic Colors of #9380ea

#9380ea #ea9380 #80ea93

Analogous Colors of #9380ea

#9380ea #c880ea #80a2ea

Monochromatic Colors of #9380ea

#9380ea

Complementary Color

#9380ea #d7ea80

#9380ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9380ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9380ea Color CSS Codes

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

#9380ea Text Font Color

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

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


#9380ea Background Color

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

This div background color is #9380ea


#9380ea Border Color

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

This div border color is #9380ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9380ea


Comments

No comments written yet.

Please login to write comment.