Color Hex Logo

#827bbd Color Hex

#827BBD
(130,123,189)
0 Favorites   0 Comments

Color spaces of #827bbd

RGB 130123189
HSL0.680.330.61
HSV246°35°74°
CMYK 0.310.350.00   0.26
XYZ25.474222.585951.1610
Yxy22.58590.25670.2276
Hunter Lab47.524612.5117-30.5594
CIE-Lab54.643217.8754-33.6868

#827bbd color RGB value is (130,123,189).

#827bbd hex color red value is 130, green value is 123 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #827bbd hue: 0.68 , saturation: 0.33 and the lightness value of 827bbd is 0.61.

The process color (four color CMYK) of #827bbd color hex is 0.31, 0.35, 0.00, 0.26. Web safe color of #827bbd is #9966cc. Color #827bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111011 10111101
Octal 202 173 275
Decimal 130 123 189
Hex 82 7B BD

RGB Percentages of Color #827bbd

%29.41
%27.83
%42.76

CMYK Percentages of Color #827bbd

%31
%35
%0
%26

Triadic Colors of #827bbd

#827bbd #bd827b #7bbd82

Analogous Colors of #827bbd

#827bbd #a37bbd #7b95bd

Monochromatic Colors of #827bbd

#827bbd

Complementary Color

#827bbd #b6bd7b

#827bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#827bbd Color CSS Codes

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

#827bbd Text Font Color

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

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


#827bbd Background Color

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

This div background color is #827bbd


#827bbd Border Color

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

This div border color is #827bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827bbd


Comments

No comments written yet.

Please login to write comment.