Color Hex Logo

#9097db Color Hex

#9097DB
(144,151,219)
0 Favorites   0 Comments

Color spaces of #9097db

RGB 144151219
HSL0.650.510.71
HSV234°34°86°
CMYK 0.340.310.00   0.14
XYZ35.354433.177071.5583
Yxy33.17700.25240.2368
Hunter Lab57.59958.7637-33.3389
CIE-Lab64.304013.4501-35.4304

#9097db color RGB value is (144,151,219).

#9097db hex color red value is 144, green value is 151 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9097db hue: 0.65 , saturation: 0.51 and the lightness value of 9097db is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10010111 11011011
Octal 220 227 333
Decimal 144 151 219
Hex 90 97 DB

RGB Percentages of Color #9097db

%28.02
%29.38
%42.61

CMYK Percentages of Color #9097db

%34
%31
%0
%14

Triadic Colors of #9097db

#9097db #db9097 #97db90

Analogous Colors of #9097db

#9097db #af90db #90bddb

Monochromatic Colors of #9097db

#9097db

Complementary Color

#9097db #dbd490

#9097db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9097db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9097db Color CSS Codes

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

#9097db Text Font Color

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

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


#9097db Background Color

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

This div background color is #9097db


#9097db Border Color

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

This div border color is #9097db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9097db


Comments

No comments written yet.

Please login to write comment.