Color Hex Logo

#8279bd Color Hex

#8279BD
(130,121,189)
0 Favorites   0 Comments

Color spaces of #8279bd

RGB 130121189
HSL0.690.340.61
HSV248°36°74°
CMYK 0.310.360.00   0.26
XYZ25.228622.094751.0791
Yxy22.09470.25640.2245
Hunter Lab47.005013.5461-31.5254
CIE-Lab54.127319.0597-34.4932

#8279bd color RGB value is (130,121,189).

#8279bd hex color red value is 130, green value is 121 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8279bd hue: 0.69 , saturation: 0.34 and the lightness value of 8279bd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111001 10111101
Octal 202 171 275
Decimal 130 121 189
Hex 82 79 BD

RGB Percentages of Color #8279bd

%29.55
%27.50
%42.95

CMYK Percentages of Color #8279bd

%31
%36
%0
%26

Triadic Colors of #8279bd

#8279bd #bd8279 #79bd82

Analogous Colors of #8279bd

#8279bd #a479bd #7992bd

Monochromatic Colors of #8279bd

#8279bd

Complementary Color

#8279bd #b4bd79

#8279bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8279bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8279bd Color CSS Codes

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

#8279bd Text Font Color

<p style="color:#8279bd">Text here</p>

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


#8279bd Background Color

<div style="background-color:#8279bd">
Div content here</div>

This div background color is #8279bd


#8279bd Border Color

<div style="border:3px solid #8279bd">
Div here</div>

This div border color is #8279bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,121,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 #8279bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8279bd

#8279bd Color Palettes


Comments

No comments written yet.

Please login to write comment.