Color Hex Logo

#9347dd Color Hex

#9347DD
(147,71,221)
0 Favorites   0 Comments

Color spaces of #9347dd

RGB 14771221
HSL0.750.690.57
HSV270°68°87°
CMYK 0.330.680.00   0.13
XYZ27.337015.930070.0406
Yxy15.93000.24130.1406
Hunter Lab39.912452.4124-76.1068
CIE-Lab46.882559.0004-64.2292

#9347dd color RGB value is (147,71,221).

#9347dd hex color red value is 147, green value is 71 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9347dd hue: 0.75 , saturation: 0.69 and the lightness value of 9347dd is 0.57.

The process color (four color CMYK) of #9347dd color hex is 0.33, 0.68, 0.00, 0.13. Web safe color of #9347dd is #9933cc. Color #9347dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01000111 11011101
Octal 223 107 335
Decimal 147 71 221
Hex 93 47 DD

RGB Percentages of Color #9347dd

%33.49
%16.17
%50.34

CMYK Percentages of Color #9347dd

%33
%68
%0
%13

Triadic Colors of #9347dd

#9347dd #dd9347 #47dd93

Analogous Colors of #9347dd

#9347dd #dd47dc #4847dd

Monochromatic Colors of #9347dd

#9347dd

Complementary Color

#9347dd #91dd47

#9347dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9347dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9347dd Color CSS Codes

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

#9347dd Text Font Color

<p style="color:#9347dd">Text here</p>

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


#9347dd Background Color

<div style="background-color:#9347dd">
Div content here</div>

This div background color is #9347dd


#9347dd Border Color

<div style="border:3px solid #9347dd">
Div here</div>

This div border color is #9347dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,71,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9347dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9347dd;
  -webkit-box-shadow: 1px 1px 3px 2px #9347dd;
  box-shadow:         1px 1px 3px 2px #9347dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9347dd


Comments

No comments written yet.

Please login to write comment.