Color Hex Logo

#908dee Color Hex

#908DEE
(144,141,238)
0 Favorites   0 Comments

Color spaces of #908dee

RGB 144141238
HSL0.670.740.74
HSV242°41°93°
CMYK 0.390.410.00   0.07
XYZ36.459131.152184.9803
Yxy31.15210.23890.2042
Hunter Lab55.814118.9259-51.2028
CIE-Lab62.635824.3473-48.5615

#908dee color RGB value is (144,141,238).

#908dee hex color red value is 144, green value is 141 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #908dee hue: 0.67 , saturation: 0.74 and the lightness value of 908dee is 0.74.

The process color (four color CMYK) of #908dee color hex is 0.39, 0.41, 0.00, 0.07. Web safe color of #908dee is #9999ff. Color #908dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10001101 11101110
Octal 220 215 356
Decimal 144 141 238
Hex 90 8D EE

RGB Percentages of Color #908dee

%27.53
%26.96
%45.51

CMYK Percentages of Color #908dee

%39
%41
%0
%7

Triadic Colors of #908dee

#908dee #ee908d #8dee90

Analogous Colors of #908dee

#908dee #c18dee #8dbbee

Monochromatic Colors of #908dee

#908dee

Complementary Color

#908dee #ebee8d

#908dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#908dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#908dee Color CSS Codes

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

#908dee Text Font Color

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

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


#908dee Background Color

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

This div background color is #908dee


#908dee Border Color

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

This div border color is #908dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #908dee


Comments

No comments written yet.

Please login to write comment.