Color Hex Logo

#908dbe Color Hex

#908DBE
(144,141,190)
0 Favorites   0 Comments

Color spaces of #908dbe

RGB 144141190
HSL0.680.270.65
HSV244°26°75°
CMYK 0.240.260.00   0.25
XYZ30.320728.696852.6561
Yxy28.69680.27150.2570
Hunter Lab53.56947.2860-20.7806
CIE-Lab60.513111.8434-25.0664

#908dbe color RGB value is (144,141,190).

#908dbe hex color red value is 144, green value is 141 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #908dbe hue: 0.68 , saturation: 0.27 and the lightness value of 908dbe is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10001101 10111110
Octal 220 215 276
Decimal 144 141 190
Hex 90 8D BE

RGB Percentages of Color #908dbe

%30.32
%29.68
%40.00

CMYK Percentages of Color #908dbe

%24
%26
%0
%25

Triadic Colors of #908dbe

#908dbe #be908d #8dbe90

Analogous Colors of #908dbe

#908dbe #a98dbe #8da3be

Monochromatic Colors of #908dbe

#908dbe

Complementary Color

#908dbe #bbbe8d

#908dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#908dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#908dbe Color CSS Codes

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

#908dbe Text Font Color

<p style="color:#908dbe">Text here</p>

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


#908dbe Background Color

<div style="background-color:#908dbe">
Div content here</div>

This div background color is #908dbe


#908dbe Border Color

<div style="border:3px solid #908dbe">
Div here</div>

This div border color is #908dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #908dbe


Comments

No comments written yet.

Please login to write comment.