Color Hex Logo

#829aff Color Hex

#829AFF
(130,154,255)
0 Favorites   0 Comments

Color spaces of #829aff

RGB 130154255
HSL0.631.000.75
HSV228°49°100°
CMYK 0.490.400.00   0.00
XYZ38.811535.077099.3327
Yxy35.07700.22410.2025
Hunter Lab59.225813.3283-57.9822
CIE-Lab65.808618.3228-52.9235

#829aff color RGB value is (130,154,255).

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

The process color (four color CMYK) of #829aff color hex is 0.49, 0.40, 0.00, 0.00. Web safe color of #829aff is #9999ff. Color #829aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011010 11111111
Octal 202 232 377
Decimal 130 154 255
Hex 82 9A FF

RGB Percentages of Color #829aff

%24.12
%28.57
%47.31

CMYK Percentages of Color #829aff

%49
%40
%0
%0

Triadic Colors of #829aff

#829aff #ff829a #9aff82

Analogous Colors of #829aff

#829aff #a982ff #82d9ff

Monochromatic Colors of #829aff

#829aff

Complementary Color

#829aff #ffe782

#829aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#829aff Color CSS Codes

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

#829aff Text Font Color

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

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


#829aff Background Color

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

This div background color is #829aff


#829aff Border Color

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

This div border color is #829aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829aff

Related Colors


Comments

No comments written yet.

Please login to write comment.