Color Hex Logo

#8497ea Color Hex

#8497EA
(132,151,234)
0 Favorites   0 Comments

Color spaces of #8497ea

RGB 132151234
HSL0.640.710.72
HSV229°44°92°
CMYK 0.440.350.00   0.08
XYZ35.433632.979382.3400
Yxy32.97930.23500.2188
Hunter Lab57.42769.6386-44.8110
CIE-Lab64.144114.4073-44.0338

#8497ea color RGB value is (132,151,234).

#8497ea hex color red value is 132, green value is 151 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8497ea hue: 0.64 , saturation: 0.71 and the lightness value of 8497ea is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10010111 11101010
Octal 204 227 352
Decimal 132 151 234
Hex 84 97 EA

RGB Percentages of Color #8497ea

%25.53
%29.21
%45.26

CMYK Percentages of Color #8497ea

%44
%35
%0
%8

Triadic Colors of #8497ea

#8497ea #ea8497 #97ea84

Analogous Colors of #8497ea

#8497ea #a484ea #84caea

Monochromatic Colors of #8497ea

#8497ea

Complementary Color

#8497ea #ead784

#8497ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8497ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8497ea Color CSS Codes

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

#8497ea Text Font Color

<p style="color:#8497ea">Text here</p>

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


#8497ea Background Color

<div style="background-color:#8497ea">
Div content here</div>

This div background color is #8497ea


#8497ea Border Color

<div style="border:3px solid #8497ea">
Div here</div>

This div border color is #8497ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,151,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8497ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8497ea;
  -webkit-box-shadow: 1px 1px 3px 2px #8497ea;
  box-shadow:         1px 1px 3px 2px #8497ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8497ea


Comments

No comments written yet.

Please login to write comment.