Color Hex Logo

#8490eb Color Hex

#8490EB
(132,144,235)
0 Favorites   0 Comments

Color spaces of #8490eb

RGB 132144235
HSL0.650.720.72
HSV233°44°92°
CMYK 0.440.390.00   0.08
XYZ34.484430.850282.7344
Yxy30.85020.23290.2084
Hunter Lab55.543013.6233-49.4358
CIE-Lab62.381018.7647-47.3642

#8490eb color RGB value is (132,144,235).

#8490eb hex color red value is 132, green value is 144 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8490eb hue: 0.65 , saturation: 0.72 and the lightness value of 8490eb is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10010000 11101011
Octal 204 220 353
Decimal 132 144 235
Hex 84 90 EB

RGB Percentages of Color #8490eb

%25.83
%28.18
%45.99

CMYK Percentages of Color #8490eb

%44
%39
%0
%8

Triadic Colors of #8490eb

#8490eb #eb8490 #90eb84

Analogous Colors of #8490eb

#8490eb #ac84eb #84c4eb

Monochromatic Colors of #8490eb

#8490eb

Complementary Color

#8490eb #ebdf84

#8490eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8490eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8490eb Color CSS Codes

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

#8490eb Text Font Color

<p style="color:#8490eb">Text here</p>

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


#8490eb Background Color

<div style="background-color:#8490eb">
Div content here</div>

This div background color is #8490eb


#8490eb Border Color

<div style="border:3px solid #8490eb">
Div here</div>

This div border color is #8490eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,144,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 #8490eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8490eb


Comments

No comments written yet.

Please login to write comment.