Color Hex Logo

#9290be Color Hex

#9290BE
(146,144,190)
0 Favorites   0 Comments

Color spaces of #9290be

RGB 146144190
HSL0.670.260.65
HSV243°24°75°
CMYK 0.230.240.00   0.25
XYZ31.121629.775252.8221
Yxy29.77520.27370.2618
Hunter Lab54.56676.3142-19.1978
CIE-Lab61.459810.7449-23.5990

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 10010000 10111110
Octal 222 220 276
Decimal 146 144 190
Hex 92 90 BE

RGB Percentages of Color #9290be

%30.42
%30.00
%39.58

CMYK Percentages of Color #9290be

%23
%24
%0
%25

Triadic Colors of #9290be

#9290be #be9290 #90be92

Analogous Colors of #9290be

#9290be #a990be #90a5be

Monochromatic Colors of #9290be

#9290be

Complementary Color

#9290be #bcbe90

#9290be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9290be Color Preview on White Background

Lorem ipsum dolor sit amet.

#9290be Color CSS Codes

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

#9290be Text Font Color

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

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


#9290be Background Color

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

This div background color is #9290be


#9290be Border Color

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

This div border color is #9290be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9290be


Comments

No comments written yet.

Please login to write comment.