Color Hex Logo

#908ae5 Color Hex

#908AE5
(144,138,229)
0 Favorites   0 Comments

Color spaces of #908ae5

RGB 144138229
HSL0.680.640.72
HSV244°40°90°
CMYK 0.370.400.00   0.10
XYZ34.732929.763478.0430
Yxy29.76340.24370.2088
Hunter Lab54.555818.1690-46.6262
CIE-Lab61.449523.6341-45.4532

#908ae5 color RGB value is (144,138,229).

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

The process color (four color CMYK) of #908ae5 color hex is 0.37, 0.40, 0.00, 0.10. Web safe color of #908ae5 is #9999cc. Color #908ae5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10001010 11100101
Octal 220 212 345
Decimal 144 138 229
Hex 90 8A E5

RGB Percentages of Color #908ae5

%28.18
%27.01
%44.81

CMYK Percentages of Color #908ae5

%37
%40
%0
%10

Triadic Colors of #908ae5

#908ae5 #e5908a #8ae590

Analogous Colors of #908ae5

#908ae5 #be8ae5 #8ab2e5

Monochromatic Colors of #908ae5

#908ae5

Complementary Color

#908ae5 #dfe58a

#908ae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#908ae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#908ae5 Color CSS Codes

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

#908ae5 Text Font Color

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

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


#908ae5 Background Color

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

This div background color is #908ae5


#908ae5 Border Color

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

This div border color is #908ae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #908ae5


Comments

No comments written yet.

Please login to write comment.