Color Hex Logo

#8499df Color Hex

#8499DF
(132,153,223)
0 Favorites   0 Comments

Color spaces of #8499df

RGB 132153223
HSL0.630.590.70
HSV226°41°87°
CMYK 0.410.310.00   0.13
XYZ34.226233.015774.3808
Yxy33.01570.24170.2331
Hunter Lab57.45935.7716-36.5291
CIE-Lab64.173610.1455-37.9119

#8499df color RGB value is (132,153,223).

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

The process color (four color CMYK) of #8499df color hex is 0.41, 0.31, 0.00, 0.13. Web safe color of #8499df is #9999cc. Color #8499df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011001 11011111
Octal 204 231 337
Decimal 132 153 223
Hex 84 99 DF

RGB Percentages of Color #8499df

%25.98
%30.12
%43.90

CMYK Percentages of Color #8499df

%41
%31
%0
%13

Triadic Colors of #8499df

#8499df #df8499 #99df84

Analogous Colors of #8499df

#8499df #9d84df #84c7df

Monochromatic Colors of #8499df

#8499df

Complementary Color

#8499df #dfca84

#8499df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8499df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8499df Color CSS Codes

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

#8499df Text Font Color

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

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


#8499df Background Color

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

This div background color is #8499df


#8499df Border Color

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

This div border color is #8499df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8499df


Comments

No comments written yet.

Please login to write comment.