Color Hex Logo

#9390dc Color Hex

#9390DC
(147,144,220)
0 Favorites   0 Comments

Color spaces of #9390dc

RGB 147144220
HSL0.670.520.71
HSV242°35°86°
CMYK 0.330.350.00   0.14
XYZ34.924131.316971.9142
Yxy31.31690.25280.2267
Hunter Lab55.961513.4645-37.0185
CIE-Lab62.774218.5789-38.3556

#9390dc color RGB value is (147,144,220).

#9390dc hex color red value is 147, green value is 144 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9390dc hue: 0.67 , saturation: 0.52 and the lightness value of 9390dc is 0.71.

The process color (four color CMYK) of #9390dc color hex is 0.33, 0.35, 0.00, 0.14. Web safe color of #9390dc is #9999cc. Color #9390dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10010000 11011100
Octal 223 220 334
Decimal 147 144 220
Hex 93 90 DC

RGB Percentages of Color #9390dc

%28.77
%28.18
%43.05

CMYK Percentages of Color #9390dc

%33
%35
%0
%14

Triadic Colors of #9390dc

#9390dc #dc9390 #90dc93

Analogous Colors of #9390dc

#9390dc #b990dc #90b3dc

Monochromatic Colors of #9390dc

#9390dc

Complementary Color

#9390dc #d9dc90

#9390dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9390dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9390dc Color CSS Codes

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

#9390dc Text Font Color

<p style="color:#9390dc">Text here</p>

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


#9390dc Background Color

<div style="background-color:#9390dc">
Div content here</div>

This div background color is #9390dc


#9390dc Border Color

<div style="border:3px solid #9390dc">
Div here</div>

This div border color is #9390dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,144,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9390dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9390dc;
  -webkit-box-shadow: 1px 1px 3px 2px #9390dc;
  box-shadow:         1px 1px 3px 2px #9390dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9390dc


Comments

No comments written yet.

Please login to write comment.