Color Hex Logo

#908aef Color Hex

#908AEF
(144,138,239)
0 Favorites   0 Comments

Color spaces of #908aef

RGB 144138239
HSL0.680.760.74
HSV244°42°94°
CMYK 0.400.420.00   0.06
XYZ36.170130.338285.6109
Yxy30.33820.23780.1994
Hunter Lab55.080120.8274-53.5982
CIE-Lab61.944926.3628-50.2071

#908aef color RGB value is (144,138,239).

#908aef hex color red value is 144, green value is 138 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #908aef hue: 0.68 , saturation: 0.76 and the lightness value of 908aef is 0.74.

The process color (four color CMYK) of #908aef color hex is 0.40, 0.42, 0.00, 0.06. Web safe color of #908aef is #9999ff. Color #908aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10001010 11101111
Octal 220 212 357
Decimal 144 138 239
Hex 90 8A EF

RGB Percentages of Color #908aef

%27.64
%26.49
%45.87

CMYK Percentages of Color #908aef

%40
%42
%0
%6

Triadic Colors of #908aef

#908aef #ef908a #8aef90

Analogous Colors of #908aef

#908aef #c38aef #8ab7ef

Monochromatic Colors of #908aef

#908aef

Complementary Color

#908aef #e9ef8a

#908aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#908aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#908aef Color CSS Codes

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

#908aef Text Font Color

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

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


#908aef Background Color

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

This div background color is #908aef


#908aef Border Color

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

This div border color is #908aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #908aef


Comments

No comments written yet.

Please login to write comment.