Color Hex Logo

#829bbf Color Hex

#829BBF
(130,155,191)
0 Favorites   0 Comments

Color spaces of #829bbf

RGB 130155191
HSL0.600.320.63
HSV215°32°75°
CMYK 0.320.190.00   0.25
XYZ30.331231.950153.8586
Yxy31.95010.26120.2751
Hunter Lab56.5244-3.1340-16.9267
CIE-Lab63.3016-0.1367-21.4446

#829bbf color RGB value is (130,155,191).

#829bbf hex color red value is 130, green value is 155 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #829bbf hue: 0.60 , saturation: 0.32 and the lightness value of 829bbf is 0.63.

The process color (four color CMYK) of #829bbf color hex is 0.32, 0.19, 0.00, 0.25. Web safe color of #829bbf is #9999cc. Color #829bbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011011 10111111
Octal 202 233 277
Decimal 130 155 191
Hex 82 9B BF

RGB Percentages of Color #829bbf

%27.31
%32.56
%40.13

CMYK Percentages of Color #829bbf

%32
%19
%0
%25

Triadic Colors of #829bbf

#829bbf #bf829b #9bbf82

Analogous Colors of #829bbf

#829bbf #8882bf #82babf

Monochromatic Colors of #829bbf

#829bbf

Complementary Color

#829bbf #bfa682

#829bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#829bbf Color CSS Codes

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

#829bbf Text Font Color

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

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


#829bbf Background Color

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

This div background color is #829bbf


#829bbf Border Color

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

This div border color is #829bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829bbf


Comments

No comments written yet.

Please login to write comment.