Color Hex Logo

#9096be Color Hex

#9096BE
(144,150,190)
0 Favorites   0 Comments

Color spaces of #9096be

RGB 144150190
HSL0.640.260.65
HSV232°24°75°
CMYK 0.240.210.00   0.25
XYZ31.702231.459753.1166
Yxy31.45970.27260.2706
Hunter Lab56.08892.7349-16.8858
CIE-Lab62.89386.6936-21.4180

#9096be color RGB value is (144,150,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10010110 10111110
Octal 220 226 276
Decimal 144 150 190
Hex 90 96 BE

RGB Percentages of Color #9096be

%29.75
%30.99
%39.26

CMYK Percentages of Color #9096be

%24
%21
%0
%25

Triadic Colors of #9096be

#9096be #be9096 #96be90

Analogous Colors of #9096be

#9096be #a190be #90adbe

Monochromatic Colors of #9096be

#9096be

Complementary Color

#9096be #beb890

#9096be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9096be Color Preview on White Background

Lorem ipsum dolor sit amet.

#9096be Color CSS Codes

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

#9096be Text Font Color

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

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


#9096be Background Color

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

This div background color is #9096be


#9096be Border Color

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

This div border color is #9096be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9096be


Comments

No comments written yet.

Please login to write comment.