Color Hex Logo

#829afa Color Hex

#829AFA
(130,154,250)
0 Favorites   0 Comments

Color spaces of #829afa

RGB 130154250
HSL0.630.920.75
HSV228°48°98°
CMYK 0.480.380.00   0.02
XYZ38.016834.759295.1480
Yxy34.75920.22640.2070
Hunter Lab58.956911.9263-54.4157
CIE-Lab65.560816.8417-50.5877

#829afa color RGB value is (130,154,250).

#829afa hex color red value is 130, green value is 154 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #829afa hue: 0.63 , saturation: 0.92 and the lightness value of 829afa is 0.75.

The process color (four color CMYK) of #829afa color hex is 0.48, 0.38, 0.00, 0.02. Web safe color of #829afa is #9999ff. Color #829afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011010 11111010
Octal 202 232 372
Decimal 130 154 250
Hex 82 9A FA

RGB Percentages of Color #829afa

%24.34
%28.84
%46.82

CMYK Percentages of Color #829afa

%48
%38
%0
%2

Triadic Colors of #829afa

#829afa #fa829a #9afa82

Analogous Colors of #829afa

#829afa #a682fa #82d6fa

Monochromatic Colors of #829afa

#829afa

Complementary Color

#829afa #fae282

#829afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#829afa Color CSS Codes

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

#829afa Text Font Color

<p style="color:#829afa">Text here</p>

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


#829afa Background Color

<div style="background-color:#829afa">
Div content here</div>

This div background color is #829afa


#829afa Border Color

<div style="border:3px solid #829afa">
Div here</div>

This div border color is #829afa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,154,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #829afa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #829afa;
  -webkit-box-shadow: 1px 1px 3px 2px #829afa;
  box-shadow:         1px 1px 3px 2px #829afa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,154,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829afa

Related Colors


Comments

No comments written yet.

Please login to write comment.