Color Hex Logo

#9395df Color Hex

#9395DF
(147,149,223)
0 Favorites   0 Comments

Color spaces of #9395df

RGB 147149223
HSL0.660.540.73
HSV238°34°87°
CMYK 0.340.330.00   0.13
XYZ36.099433.025674.2840
Yxy33.02560.25170.2303
Hunter Lab57.467911.5589-36.4117
CIE-Lab64.181616.4856-37.8216

#9395df color RGB value is (147,149,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10010101 11011111
Octal 223 225 337
Decimal 147 149 223
Hex 93 95 DF

RGB Percentages of Color #9395df

%28.32
%28.71
%42.97

CMYK Percentages of Color #9395df

%34
%33
%0
%13

Triadic Colors of #9395df

#9395df #df9395 #95df93

Analogous Colors of #9395df

#9395df #b793df #93bbdf

Monochromatic Colors of #9395df

#9395df

Complementary Color

#9395df #dfdd93

#9395df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9395df Color Preview on White Background

Lorem ipsum dolor sit amet.

#9395df Color CSS Codes

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

#9395df Text Font Color

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

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


#9395df Background Color

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

This div background color is #9395df


#9395df Border Color

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

This div border color is #9395df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9395df


Comments

No comments written yet.

Please login to write comment.