Color Hex Logo

#9081db Color Hex

#9081DB
(144,129,219)
0 Favorites   0 Comments

Color spaces of #9081db

RGB 144129219
HSL0.690.560.68
HSV250°41°86°
CMYK 0.340.410.00   0.14
XYZ32.138026.744370.4861
Yxy26.74430.24840.2067
Hunter Lab51.714920.4270-44.6104
CIE-Lab58.736926.1930-44.1559

#9081db color RGB value is (144,129,219).

#9081db hex color red value is 144, green value is 129 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9081db hue: 0.69 , saturation: 0.56 and the lightness value of 9081db is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10000001 11011011
Octal 220 201 333
Decimal 144 129 219
Hex 90 81 DB

RGB Percentages of Color #9081db

%29.27
%26.22
%44.51

CMYK Percentages of Color #9081db

%34
%41
%0
%14

Triadic Colors of #9081db

#9081db #db9081 #81db90

Analogous Colors of #9081db

#9081db #bd81db #819fdb

Monochromatic Colors of #9081db

#9081db

Complementary Color

#9081db #ccdb81

#9081db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9081db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9081db Color CSS Codes

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

#9081db Text Font Color

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

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


#9081db Background Color

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

This div background color is #9081db


#9081db Border Color

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

This div border color is #9081db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9081db


Comments

No comments written yet.

Please login to write comment.