Color Hex Logo

#829cfb Color Hex

#829CFB
(130,156,251)
0 Favorites   0 Comments

Color spaces of #829cfb

RGB 130156251
HSL0.630.940.75
HSV227°48°98°
CMYK 0.480.380.00   0.02
XYZ38.507035.487896.0871
Yxy35.48780.22640.2087
Hunter Lab59.571611.1317-53.9327
CIE-Lab66.126715.9790-50.2389

#829cfb color RGB value is (130,156,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011100 11111011
Octal 202 234 373
Decimal 130 156 251
Hex 82 9C FB

RGB Percentages of Color #829cfb

%24.21
%29.05
%46.74

CMYK Percentages of Color #829cfb

%48
%38
%0
%2

Triadic Colors of #829cfb

#829cfb #fb829c #9cfb82

Analogous Colors of #829cfb

#829cfb #a582fb #82d9fb

Monochromatic Colors of #829cfb

#829cfb

Complementary Color

#829cfb #fbe182

#829cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#829cfb Color CSS Codes

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

#829cfb Text Font Color

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

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


#829cfb Background Color

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

This div background color is #829cfb


#829cfb Border Color

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

This div border color is #829cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829cfb


Comments

No comments written yet.

Please login to write comment.