Color Hex Logo

#9096bd Color Hex

#9096BD
(144,150,189)
0 Favorites   0 Comments

Color spaces of #9096bd

RGB 144150189
HSL0.640.250.65
HSV232°24°74°
CMYK 0.240.210.00   0.26
XYZ31.593331.416152.5429
Yxy31.41610.27340.2719
Hunter Lab56.05012.5261-16.3451
CIE-Lab62.85736.4533-20.9120

#9096bd color RGB value is (144,150,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10010110 10111101
Octal 220 226 275
Decimal 144 150 189
Hex 90 96 BD

RGB Percentages of Color #9096bd

%29.81
%31.06
%39.13

CMYK Percentages of Color #9096bd

%24
%21
%0
%26

Triadic Colors of #9096bd

#9096bd #bd9096 #96bd90

Analogous Colors of #9096bd

#9096bd #a190bd #90adbd

Monochromatic Colors of #9096bd

#9096bd

Complementary Color

#9096bd #bdb790

#9096bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9096bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9096bd Color CSS Codes

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

#9096bd Text Font Color

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

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


#9096bd Background Color

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

This div background color is #9096bd


#9096bd Border Color

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

This div border color is #9096bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,150,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 #9096bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9096bd


Comments

No comments written yet.

Please login to write comment.