Color Hex Logo

#9374df Color Hex

#9374DF
(147,116,223)
0 Favorites   0 Comments

Color spaces of #9374df

RGB 147116223
HSL0.710.630.66
HSV257°48°87°
CMYK 0.340.480.00   0.13
XYZ31.597324.021572.7833
Yxy24.02150.24610.1871
Hunter Lab49.011729.3064-53.7385
CIE-Lab56.109335.5542-50.5457

#9374df color RGB value is (147,116,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 01110100 11011111
Octal 223 164 337
Decimal 147 116 223
Hex 93 74 DF

RGB Percentages of Color #9374df

%30.25
%23.87
%45.88

CMYK Percentages of Color #9374df

%34
%48
%0
%13

Triadic Colors of #9374df

#9374df #df9374 #74df93

Analogous Colors of #9374df

#9374df #c974df #748bdf

Monochromatic Colors of #9374df

#9374df

Complementary Color

#9374df #c0df74

#9374df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9374df Color Preview on White Background

Lorem ipsum dolor sit amet.

#9374df Color CSS Codes

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

#9374df Text Font Color

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

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


#9374df Background Color

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

This div background color is #9374df


#9374df Border Color

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

This div border color is #9374df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,116,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 #9374df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9374df


Comments

No comments written yet.

Please login to write comment.