Color Hex Logo

#8299df Color Hex

#8299DF
(130,153,223)
0 Favorites   0 Comments

Color spaces of #8299df

RGB 130153223
HSL0.630.590.69
HSV225°42°87°
CMYK 0.420.310.00   0.13
XYZ33.916432.856074.3663
Yxy32.85600.24030.2328
Hunter Lab57.32025.3084-36.7978
CIE-Lab64.04419.6271-38.1237

#8299df color RGB value is (130,153,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011001 11011111
Octal 202 231 337
Decimal 130 153 223
Hex 82 99 DF

RGB Percentages of Color #8299df

%25.69
%30.24
%44.07

CMYK Percentages of Color #8299df

%42
%31
%0
%13

Triadic Colors of #8299df

#8299df #df8299 #99df82

Analogous Colors of #8299df

#8299df #9a82df #82c8df

Monochromatic Colors of #8299df

#8299df

Complementary Color

#8299df #dfc882

#8299df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8299df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8299df Color CSS Codes

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

#8299df Text Font Color

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

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


#8299df Background Color

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

This div background color is #8299df


#8299df Border Color

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

This div border color is #8299df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,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 #8299df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8299df


Comments

No comments written yet.

Please login to write comment.