Color Hex Logo

#9390bc Color Hex

#9390BC
(147,144,188)
0 Favorites   0 Comments

Color spaces of #9390bc

RGB 147144188
HSL0.680.250.65
HSV244°23°74°
CMYK 0.220.230.00   0.26
XYZ31.083029.780451.6869
Yxy29.78040.27620.2646
Hunter Lab54.57146.1707-17.9561
CIE-Lab61.464310.5829-22.4573

#9390bc color RGB value is (147,144,188).

#9390bc hex color red value is 147, green value is 144 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #9390bc hue: 0.68 , saturation: 0.25 and the lightness value of 9390bc is 0.65.

The process color (four color CMYK) of #9390bc color hex is 0.22, 0.23, 0.00, 0.26. Web safe color of #9390bc is #9999cc. Color #9390bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10010000 10111100
Octal 223 220 274
Decimal 147 144 188
Hex 93 90 BC

RGB Percentages of Color #9390bc

%30.69
%30.06
%39.25

CMYK Percentages of Color #9390bc

%22
%23
%0
%26

Triadic Colors of #9390bc

#9390bc #bc9390 #90bc93

Analogous Colors of #9390bc

#9390bc #a990bc #90a3bc

Monochromatic Colors of #9390bc

#9390bc

Complementary Color

#9390bc #b9bc90

#9390bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9390bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9390bc Color CSS Codes

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

#9390bc Text Font Color

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

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


#9390bc Background Color

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

This div background color is #9390bc


#9390bc Border Color

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

This div border color is #9390bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9390bc


Comments

No comments written yet.

Please login to write comment.