Color Hex Logo

#908beb Color Hex

#908BEB
(144,139,235)
0 Favorites   0 Comments

Color spaces of #908beb

RGB 144139235
HSL0.680.710.73
HSV243°41°92°
CMYK 0.390.410.00   0.08
XYZ35.729630.392782.5805
Yxy30.39270.24030.2044
Hunter Lab55.129619.2095-50.2218
CIE-Lab61.991624.6848-47.9224

#908beb color RGB value is (144,139,235).

#908beb hex color red value is 144, green value is 139 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #908beb hue: 0.68 , saturation: 0.71 and the lightness value of 908beb is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10001011 11101011
Octal 220 213 353
Decimal 144 139 235
Hex 90 8B EB

RGB Percentages of Color #908beb

%27.80
%26.83
%45.37

CMYK Percentages of Color #908beb

%39
%41
%0
%8

Triadic Colors of #908beb

#908beb #eb908b #8beb90

Analogous Colors of #908beb

#908beb #c08beb #8bb6eb

Monochromatic Colors of #908beb

#908beb

Complementary Color

#908beb #e6eb8b

#908beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#908beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#908beb Color CSS Codes

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

#908beb Text Font Color

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

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


#908beb Background Color

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

This div background color is #908beb


#908beb Border Color

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

This div border color is #908beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #908beb


Comments

No comments written yet.

Please login to write comment.