Color Hex Logo

#9371df Color Hex

#9371DF
(147,113,223)
0 Favorites   0 Comments

Color spaces of #9371df

RGB 147113223
HSL0.720.630.66
HSV259°49°87°
CMYK 0.340.490.00   0.13
XYZ31.257023.341072.6699
Yxy23.34100.24560.1834
Hunter Lab48.312530.9381-55.3630
CIE-Lab55.421937.2694-51.6401

#9371df color RGB value is (147,113,223).

#9371df hex color red value is 147, green value is 113 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #9371df hue: 0.72 , saturation: 0.63 and the lightness value of 9371df is 0.66.

The process color (four color CMYK) of #9371df color hex is 0.34, 0.49, 0.00, 0.13. Web safe color of #9371df is #9966cc. Color #9371df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01110001 11011111
Octal 223 161 337
Decimal 147 113 223
Hex 93 71 DF

RGB Percentages of Color #9371df

%30.43
%23.40
%46.17

CMYK Percentages of Color #9371df

%34
%49
%0
%13

Triadic Colors of #9371df

#9371df #df9371 #71df93

Analogous Colors of #9371df

#9371df #ca71df #7186df

Monochromatic Colors of #9371df

#9371df

Complementary Color

#9371df #bddf71

#9371df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9371df Color Preview on White Background

Lorem ipsum dolor sit amet.

#9371df Color CSS Codes

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

#9371df Text Font Color

<p style="color:#9371df">Text here</p>

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


#9371df Background Color

<div style="background-color:#9371df">
Div content here</div>

This div background color is #9371df


#9371df Border Color

<div style="border:3px solid #9371df">
Div here</div>

This div border color is #9371df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,113,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9371df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9371df;
  -webkit-box-shadow: 1px 1px 3px 2px #9371df;
  box-shadow:         1px 1px 3px 2px #9371df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9371df


Comments

No comments written yet.

Please login to write comment.