Color Hex Logo

#829acf Color Hex

#829ACF
(130,154,207)
0 Favorites   0 Comments

Color spaces of #829acf

RGB 130154207
HSL0.610.450.66
HSV221°37°81°
CMYK 0.370.260.00   0.19
XYZ32.024032.362063.5901
Yxy32.36200.25020.2529
Hunter Lab56.88760.9305-26.4542
CIE-Lab63.64104.6424-29.8637

#829acf color RGB value is (130,154,207).

#829acf hex color red value is 130, green value is 154 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #829acf hue: 0.61 , saturation: 0.45 and the lightness value of 829acf is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011010 11001111
Octal 202 232 317
Decimal 130 154 207
Hex 82 9A CF

RGB Percentages of Color #829acf

%26.48
%31.36
%42.16

CMYK Percentages of Color #829acf

%37
%26
%0
%19

Triadic Colors of #829acf

#829acf #cf829a #9acf82

Analogous Colors of #829acf

#829acf #9182cf #82c1cf

Monochromatic Colors of #829acf

#829acf

Complementary Color

#829acf #cfb782

#829acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#829acf Color CSS Codes

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

#829acf Text Font Color

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

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


#829acf Background Color

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

This div background color is #829acf


#829acf Border Color

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

This div border color is #829acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829acf


Comments

No comments written yet.

Please login to write comment.