Color Hex Logo

#9288db Color Hex

#9288DB
(146,136,219)
0 Favorites   0 Comments

Color spaces of #9288db

RGB 146136219
HSL0.690.540.70
HSV247°38°86°
CMYK 0.330.380.00   0.14
XYZ33.444428.833870.8206
Yxy28.83380.25130.2166
Hunter Lab53.697117.2060-40.6090
CIE-Lab60.634722.6703-41.1571

#9288db color RGB value is (146,136,219).

#9288db hex color red value is 146, green value is 136 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9288db hue: 0.69 , saturation: 0.54 and the lightness value of 9288db is 0.70.

The process color (four color CMYK) of #9288db color hex is 0.33, 0.38, 0.00, 0.14. Web safe color of #9288db is #9999cc. Color #9288db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 10001000 11011011
Octal 222 210 333
Decimal 146 136 219
Hex 92 88 DB

RGB Percentages of Color #9288db

%29.14
%27.15
%43.71

CMYK Percentages of Color #9288db

%33
%38
%0
%14

Triadic Colors of #9288db

#9288db #db9288 #88db92

Analogous Colors of #9288db

#9288db #bc88db #88a8db

Monochromatic Colors of #9288db

#9288db

Complementary Color

#9288db #d1db88

#9288db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9288db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9288db Color CSS Codes

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

#9288db Text Font Color

<p style="color:#9288db">Text here</p>

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


#9288db Background Color

<div style="background-color:#9288db">
Div content here</div>

This div background color is #9288db


#9288db Border Color

<div style="border:3px solid #9288db">
Div here</div>

This div border color is #9288db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(146,136,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9288db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9288db;
  -webkit-box-shadow: 1px 1px 3px 2px #9288db;
  box-shadow:         1px 1px 3px 2px #9288db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(146,136,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9288db


Comments

No comments written yet.

Please login to write comment.