Color Hex Logo

#908ebd Color Hex

#908EBD
(144,142,189)
0 Favorites   0 Comments

Color spaces of #908ebd

RGB 144142189
HSL0.670.260.65
HSV243°25°74°
CMYK 0.240.250.00   0.26
XYZ30.359928.949452.1318
Yxy28.94940.27240.2598
Hunter Lab53.80466.5626-19.7834
CIE-Lab60.736911.0257-24.1576

#908ebd color RGB value is (144,142,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10001110 10111101
Octal 220 216 275
Decimal 144 142 189
Hex 90 8E BD

RGB Percentages of Color #908ebd

%30.32
%29.89
%39.79

CMYK Percentages of Color #908ebd

%24
%25
%0
%26

Triadic Colors of #908ebd

#908ebd #bd908e #8ebd90

Analogous Colors of #908ebd

#908ebd #a88ebd #8ea4bd

Monochromatic Colors of #908ebd

#908ebd

Complementary Color

#908ebd #bbbd8e

#908ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#908ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#908ebd Color CSS Codes

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

#908ebd Text Font Color

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

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


#908ebd Background Color

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

This div background color is #908ebd


#908ebd Border Color

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

This div border color is #908ebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,142,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #908ebd


Comments

No comments written yet.

Please login to write comment.