Color Hex Logo

#829dff Color Hex

#829DFF
(130,157,255)
0 Favorites   0 Comments

Color spaces of #829dff

RGB 130157255
HSL0.631.000.75
HSV227°49°100°
CMYK 0.490.380.00   0.00
XYZ39.312936.079899.4998
Yxy36.07980.22480.2063
Hunter Lab60.066511.7102-56.1671
CIE-Lab66.580916.5846-51.7007

#829dff color RGB value is (130,157,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011101 11111111
Octal 202 235 377
Decimal 130 157 255
Hex 82 9D FF

RGB Percentages of Color #829dff

%23.99
%28.97
%47.05

CMYK Percentages of Color #829dff

%49
%38
%0
%0

Triadic Colors of #829dff

#829dff #ff829d #9dff82

Analogous Colors of #829dff

#829dff #a682ff #82dcff

Monochromatic Colors of #829dff

#829dff

Complementary Color

#829dff #ffe482

#829dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#829dff Color CSS Codes

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

#829dff Text Font Color

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

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


#829dff Background Color

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

This div background color is #829dff


#829dff Border Color

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

This div border color is #829dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829dff

Related Colors

#829dff Color Palettes


Comments

No comments written yet.

Please login to write comment.