Color Hex Logo

#9347da Color Hex

#9347DA
(147,71,218)
0 Favorites   0 Comments

Color spaces of #9347da

RGB 14771218
HSL0.750.670.57
HSV271°67°85°
CMYK 0.330.670.00   0.15
XYZ26.940715.771567.9539
Yxy15.77150.24340.1425
Hunter Lab39.713351.5923-73.6524
CIE-Lab46.673358.2997-62.8581

#9347da color RGB value is (147,71,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 01000111 11011010
Octal 223 107 332
Decimal 147 71 218
Hex 93 47 DA

RGB Percentages of Color #9347da

%33.72
%16.28
%50.00

CMYK Percentages of Color #9347da

%33
%67
%0
%15

Triadic Colors of #9347da

#9347da #da9347 #47da93

Analogous Colors of #9347da

#9347da #da47d8 #4a47da

Monochromatic Colors of #9347da

#9347da

Complementary Color

#9347da #8eda47

#9347da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9347da Color Preview on White Background

Lorem ipsum dolor sit amet.

#9347da Color CSS Codes

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

#9347da Text Font Color

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

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


#9347da Background Color

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

This div background color is #9347da


#9347da Border Color

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

This div border color is #9347da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9347da


Comments

No comments written yet.

Please login to write comment.