Color Hex Logo

#9382b6 Color Hex

#9382B6
(147,130,182)
0 Favorites   0 Comments

Color spaces of #9382b6

RGB 147130182
HSL0.720.260.61
HSV260°29°71°
CMYK 0.190.290.00   0.29
XYZ28.458825.545747.6868
Yxy25.54570.27990.2512
Hunter Lab50.542812.0571-20.5598
CIE-Lab57.603317.2444-24.9808

#9382b6 color RGB value is (147,130,182).

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

The process color (four color CMYK) of #9382b6 color hex is 0.19, 0.29, 0.00, 0.29. Web safe color of #9382b6 is #9999cc. Color #9382b6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10000010 10110110
Octal 223 202 266
Decimal 147 130 182
Hex 93 82 B6

RGB Percentages of Color #9382b6

%32.03
%28.32
%39.65

CMYK Percentages of Color #9382b6

%19
%29
%0
%29

Triadic Colors of #9382b6

#9382b6 #b69382 #82b693

Analogous Colors of #9382b6

#9382b6 #ad82b6 #828bb6

Monochromatic Colors of #9382b6

#9382b6

Complementary Color

#9382b6 #a5b682

#9382b6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9382b6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9382b6 Color CSS Codes

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

#9382b6 Text Font Color

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

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


#9382b6 Background Color

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

This div background color is #9382b6


#9382b6 Border Color

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

This div border color is #9382b6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9382b6


Comments

No comments written yet.

Please login to write comment.