Color Hex Logo

#827baa Color Hex

#827BAA
(130,123,170)
0 Favorites   0 Comments

Color spaces of #827baa

RGB 130123170
HSL0.690.220.57
HSV249°28°67°
CMYK 0.240.280.00   0.33
XYZ23.544621.814040.9998
Yxy21.81400.27260.2526
Hunter Lab46.70558.2487-19.3532
CIE-Lab53.829113.0303-24.0283

#827baa color RGB value is (130,123,170).

#827baa hex color red value is 130, green value is 123 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #827baa hue: 0.69 , saturation: 0.22 and the lightness value of 827baa is 0.57.

The process color (four color CMYK) of #827baa color hex is 0.24, 0.28, 0.00, 0.33. Web safe color of #827baa is #996699. Color #827baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111011 10101010
Octal 202 173 252
Decimal 130 123 170
Hex 82 7B AA

RGB Percentages of Color #827baa

%30.73
%29.08
%40.19

CMYK Percentages of Color #827baa

%24
%28
%0
%33

Triadic Colors of #827baa

#827baa #aa827b #7baa82

Analogous Colors of #827baa

#827baa #9a7baa #7b8caa

Monochromatic Colors of #827baa

#827baa

Complementary Color

#827baa #a3aa7b

#827baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#827baa Color CSS Codes

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

#827baa Text Font Color

<p style="color:#827baa">Text here</p>

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


#827baa Background Color

<div style="background-color:#827baa">
Div content here</div>

This div background color is #827baa


#827baa Border Color

<div style="border:3px solid #827baa">
Div here</div>

This div border color is #827baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,123,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #827baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #827baa;
  -webkit-box-shadow: 1px 1px 3px 2px #827baa;
  box-shadow:         1px 1px 3px 2px #827baa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827baa


Comments

No comments written yet.

Please login to write comment.