Color Hex Logo

#829eff Color Hex

#829EFF
(130,158,255)
0 Favorites   0 Comments

Color spaces of #829eff

RGB 130158255
HSL0.631.000.75
HSV227°49°100°
CMYK 0.490.380.00   0.00
XYZ39.482836.419599.5564
Yxy36.41950.22500.2076
Hunter Lab60.348611.1729-55.5661
CIE-Lab66.839216.0069-51.2920

#829eff color RGB value is (130,158,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011110 11111111
Octal 202 236 377
Decimal 130 158 255
Hex 82 9E FF

RGB Percentages of Color #829eff

%23.94
%29.10
%46.96

CMYK Percentages of Color #829eff

%49
%38
%0
%0

Triadic Colors of #829eff

#829eff #ff829e #9eff82

Analogous Colors of #829eff

#829eff #a582ff #82ddff

Monochromatic Colors of #829eff

#829eff

Complementary Color

#829eff #ffe382

#829eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#829eff Color CSS Codes

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

#829eff Text Font Color

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

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


#829eff Background Color

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

This div background color is #829eff


#829eff Border Color

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

This div border color is #829eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829eff


Comments

No comments written yet.

Please login to write comment.