Color Hex Logo

#9383eb Color Hex

#9383EB
(147,131,235)
0 Favorites   0 Comments

Color spaces of #9383eb

RGB 147131235
HSL0.690.720.72
HSV249°44°92°
CMYK 0.370.440.00   0.08
XYZ35.144328.433882.2332
Yxy28.43380.24100.1950
Hunter Lab53.323424.3297-54.1084
CIE-Lab60.278630.0869-50.6197

#9383eb color RGB value is (147,131,235).

#9383eb hex color red value is 147, green value is 131 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9383eb hue: 0.69 , saturation: 0.72 and the lightness value of 9383eb is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10000011 11101011
Octal 223 203 353
Decimal 147 131 235
Hex 93 83 EB

RGB Percentages of Color #9383eb

%28.65
%25.54
%45.81

CMYK Percentages of Color #9383eb

%37
%44
%0
%8

Triadic Colors of #9383eb

#9383eb #eb9383 #83eb93

Analogous Colors of #9383eb

#9383eb #c783eb #83a7eb

Monochromatic Colors of #9383eb

#9383eb

Complementary Color

#9383eb #dbeb83

#9383eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9383eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9383eb Color CSS Codes

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

#9383eb Text Font Color

<p style="color:#9383eb">Text here</p>

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


#9383eb Background Color

<div style="background-color:#9383eb">
Div content here</div>

This div background color is #9383eb


#9383eb Border Color

<div style="border:3px solid #9383eb">
Div here</div>

This div border color is #9383eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,131,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9383eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9383eb;
  -webkit-box-shadow: 1px 1px 3px 2px #9383eb;
  box-shadow:         1px 1px 3px 2px #9383eb; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9383eb


Comments

No comments written yet.

Please login to write comment.