Color Hex Logo

#9382ed Color Hex

#9382ED
(147,130,237)
0 Favorites   0 Comments

Color spaces of #9382ed

RGB 147130237
HSL0.690.750.72
HSV250°45°93°
CMYK 0.380.450.00   0.07
XYZ35.301328.282783.7193
Yxy28.28270.23970.1920
Hunter Lab53.181525.4188-56.1084
CIE-Lab60.143331.2039-51.9437

#9382ed color RGB value is (147,130,237).

#9382ed hex color red value is 147, green value is 130 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #9382ed hue: 0.69 , saturation: 0.75 and the lightness value of 9382ed is 0.72.

The process color (four color CMYK) of #9382ed color hex is 0.38, 0.45, 0.00, 0.07. Web safe color of #9382ed is #9999ff. Color #9382ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10000010 11101101
Octal 223 202 355
Decimal 147 130 237
Hex 93 82 ED

RGB Percentages of Color #9382ed

%28.60
%25.29
%46.11

CMYK Percentages of Color #9382ed

%38
%45
%0
%7

Triadic Colors of #9382ed

#9382ed #ed9382 #82ed93

Analogous Colors of #9382ed

#9382ed #c982ed #82a7ed

Monochromatic Colors of #9382ed

#9382ed

Complementary Color

#9382ed #dced82

#9382ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9382ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9382ed Color CSS Codes

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

#9382ed Text Font Color

<p style="color:#9382ed">Text here</p>

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


#9382ed Background Color

<div style="background-color:#9382ed">
Div content here</div>

This div background color is #9382ed


#9382ed Border Color

<div style="border:3px solid #9382ed">
Div here</div>

This div border color is #9382ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,130,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9382ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9382ed;
  -webkit-box-shadow: 1px 1px 3px 2px #9382ed;
  box-shadow:         1px 1px 3px 2px #9382ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,130,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9382ed


Comments

No comments written yet.

Please login to write comment.