Color Hex Logo

#9093bd Color Hex

#9093BD
(144,147,189)
0 Favorites   0 Comments

Color spaces of #9093bd

RGB 144147189
HSL0.660.250.65
HSV236°24°74°
CMYK 0.240.220.00   0.26
XYZ31.120630.470952.3853
Yxy30.47090.27300.2673
Hunter Lab55.20054.0329-17.6260
CIE-Lab62.05848.1608-22.1324

#9093bd color RGB value is (144,147,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10010011 10111101
Octal 220 223 275
Decimal 144 147 189
Hex 90 93 BD

RGB Percentages of Color #9093bd

%30.00
%30.63
%39.38

CMYK Percentages of Color #9093bd

%24
%22
%0
%26

Triadic Colors of #9093bd

#9093bd #bd9093 #93bd90

Analogous Colors of #9093bd

#9093bd #a490bd #90aabd

Monochromatic Colors of #9093bd

#9093bd

Complementary Color

#9093bd #bdba90

#9093bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9093bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9093bd Color CSS Codes

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

#9093bd Text Font Color

<p style="color:#9093bd">Text here</p>

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


#9093bd Background Color

<div style="background-color:#9093bd">
Div content here</div>

This div background color is #9093bd


#9093bd Border Color

<div style="border:3px solid #9093bd">
Div here</div>

This div border color is #9093bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9093bd


Comments

No comments written yet.

Please login to write comment.