Color Hex Logo

#908eba Color Hex

#908EBA
(144,142,186)
0 Favorites   0 Comments

Color spaces of #908eba

RGB 144142186
HSL0.670.240.64
HSV243°24°73°
CMYK 0.230.240.00   0.27
XYZ30.037528.820550.4341
Yxy28.82050.27480.2637
Hunter Lab53.68475.9255-18.1207
CIE-Lab60.622910.3032-22.6371

#908eba color RGB value is (144,142,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10001110 10111010
Octal 220 216 272
Decimal 144 142 186
Hex 90 8E BA

RGB Percentages of Color #908eba

%30.51
%30.08
%39.41

CMYK Percentages of Color #908eba

%23
%24
%0
%27

Triadic Colors of #908eba

#908eba #ba908e #8eba90

Analogous Colors of #908eba

#908eba #a68eba #8ea2ba

Monochromatic Colors of #908eba

#908eba

Complementary Color

#908eba #b8ba8e

#908eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#908eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#908eba Color CSS Codes

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

#908eba Text Font Color

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

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


#908eba Background Color

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

This div background color is #908eba


#908eba Border Color

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

This div border color is #908eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #908eba


Comments

No comments written yet.

Please login to write comment.