Color Hex Logo

#8499ed Color Hex

#8499ED
(132,153,237)
0 Favorites   0 Comments

Color spaces of #8499ed

RGB 132153237
HSL0.630.740.72
HSV228°44°93°
CMYK 0.440.350.00   0.07
XYZ36.193033.802484.7377
Yxy33.80240.23390.2185
Hunter Lab58.13989.3745-45.7162
CIE-Lab64.805414.1096-44.6454

#8499ed color RGB value is (132,153,237).

#8499ed hex color red value is 132, green value is 153 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #8499ed hue: 0.63 , saturation: 0.74 and the lightness value of 8499ed is 0.72.

The process color (four color CMYK) of #8499ed color hex is 0.44, 0.35, 0.00, 0.07. Web safe color of #8499ed is #9999ff. Color #8499ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011001 11101101
Octal 204 231 355
Decimal 132 153 237
Hex 84 99 ED

RGB Percentages of Color #8499ed

%25.29
%29.31
%45.40

CMYK Percentages of Color #8499ed

%44
%35
%0
%7

Triadic Colors of #8499ed

#8499ed #ed8499 #99ed84

Analogous Colors of #8499ed

#8499ed #a484ed #84ceed

Monochromatic Colors of #8499ed

#8499ed

Complementary Color

#8499ed #edd884

#8499ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8499ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8499ed Color CSS Codes

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

#8499ed Text Font Color

<p style="color:#8499ed">Text here</p>

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


#8499ed Background Color

<div style="background-color:#8499ed">
Div content here</div>

This div background color is #8499ed


#8499ed Border Color

<div style="border:3px solid #8499ed">
Div here</div>

This div border color is #8499ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,153,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8499ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8499ed;
  -webkit-box-shadow: 1px 1px 3px 2px #8499ed;
  box-shadow:         1px 1px 3px 2px #8499ed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8499ed


Comments

No comments written yet.

Please login to write comment.