Color Hex Logo

#908baf Color Hex

#908BAF
(144,139,175)
0 Favorites   0 Comments

Color spaces of #908baf

RGB 144139175
HSL0.690.180.62
HSV248°21°69°
CMYK 0.180.210.00   0.31
XYZ28.472127.489744.3628
Yxy27.48970.28380.2740
Hunter Lab52.43065.1797-13.4652
CIE-Lab59.42499.4448-18.2258

#908baf color RGB value is (144,139,175).

#908baf hex color red value is 144, green value is 139 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #908baf hue: 0.69 , saturation: 0.18 and the lightness value of 908baf is 0.62.

The process color (four color CMYK) of #908baf color hex is 0.18, 0.21, 0.00, 0.31. Web safe color of #908baf is #999999. Color #908baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10001011 10101111
Octal 220 213 257
Decimal 144 139 175
Hex 90 8B AF

RGB Percentages of Color #908baf

%31.44
%30.35
%38.21

CMYK Percentages of Color #908baf

%18
%21
%0
%31

Triadic Colors of #908baf

#908baf #af908b #8baf90

Analogous Colors of #908baf

#908baf #a28baf #8b98af

Monochromatic Colors of #908baf

#908baf

Complementary Color

#908baf #aaaf8b

#908baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#908baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#908baf Color CSS Codes

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

#908baf Text Font Color

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

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


#908baf Background Color

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

This div background color is #908baf


#908baf Border Color

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

This div border color is #908baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #908baf


Comments

No comments written yet.

Please login to write comment.