Color Hex Logo

#9090be Color Hex

#9090BE
(144,144,190)
0 Favorites   0 Comments

Color spaces of #9090be

RGB 144144190
HSL0.670.260.65
HSV240°24°75°
CMYK 0.240.240.00   0.25
XYZ30.769129.593552.8056
Yxy29.59350.27190.2615
Hunter Lab54.39995.7614-19.4724
CIE-Lab61.301910.1193-23.8548

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10010000 10111110
Octal 220 220 276
Decimal 144 144 190
Hex 90 90 BE

RGB Percentages of Color #9090be

%30.13
%30.13
%39.75

CMYK Percentages of Color #9090be

%24
%24
%0
%25

Triadic Colors of #9090be

#9090be #be9090 #90be90

Analogous Colors of #9090be

#9090be #a790be #90a7be

Monochromatic Colors of #9090be

#9090be

Complementary Color

#9090be #bebe90

#9090be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9090be Color Preview on White Background

Lorem ipsum dolor sit amet.

#9090be Color CSS Codes

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

#9090be Text Font Color

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

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


#9090be Background Color

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

This div background color is #9090be


#9090be Border Color

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

This div border color is #9090be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9090be


Comments

No comments written yet.

Please login to write comment.