Color Hex Logo

#829efe Color Hex

#829EFE
(130,158,254)
0 Favorites   0 Comments

Color spaces of #829efe

RGB 130158254
HSL0.630.980.75
HSV226°49°100°
CMYK 0.490.380.00   0.00
XYZ39.322236.355398.7107
Yxy36.35530.22550.2085
Hunter Lab60.295410.8936-54.8581
CIE-Lab66.790515.7103-50.8248

#829efe color RGB value is (130,158,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011110 11111110
Octal 202 236 376
Decimal 130 158 254
Hex 82 9E FE

RGB Percentages of Color #829efe

%23.99
%29.15
%46.86

CMYK Percentages of Color #829efe

%49
%38
%0
%0

Triadic Colors of #829efe

#829efe #fe829e #9efe82

Analogous Colors of #829efe

#829efe #a482fe #82dcfe

Monochromatic Colors of #829efe

#829efe

Complementary Color

#829efe #fee282

#829efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#829efe Color CSS Codes

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

#829efe Text Font Color

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

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


#829efe Background Color

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

This div background color is #829efe


#829efe Border Color

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

This div border color is #829efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829efe

Related Colors


Comments

No comments written yet.

Please login to write comment.