Color Hex Logo

#8490dc Color Hex

#8490DC
(132,144,220)
0 Favorites   0 Comments

Color spaces of #8490dc

RGB 132144220
HSL0.640.560.69
HSV232°40°86°
CMYK 0.400.350.00   0.14
XYZ32.407230.019471.7964
Yxy30.01940.24140.2237
Hunter Lab54.79009.6969-39.3402
CIE-Lab61.671014.5160-40.1627

#8490dc color RGB value is (132,144,220).

#8490dc hex color red value is 132, green value is 144 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8490dc hue: 0.64 , saturation: 0.56 and the lightness value of 8490dc is 0.69.

The process color (four color CMYK) of #8490dc color hex is 0.40, 0.35, 0.00, 0.14. Web safe color of #8490dc is #9999cc. Color #8490dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10010000 11011100
Octal 204 220 334
Decimal 132 144 220
Hex 84 90 DC

RGB Percentages of Color #8490dc

%26.61
%29.03
%44.35

CMYK Percentages of Color #8490dc

%40
%35
%0
%14

Triadic Colors of #8490dc

#8490dc #dc8490 #90dc84

Analogous Colors of #8490dc

#8490dc #a484dc #84bcdc

Monochromatic Colors of #8490dc

#8490dc

Complementary Color

#8490dc #dcd084

#8490dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8490dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8490dc Color CSS Codes

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

#8490dc Text Font Color

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

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


#8490dc Background Color

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

This div background color is #8490dc


#8490dc Border Color

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

This div border color is #8490dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8490dc


Comments

No comments written yet.

Please login to write comment.