Color Hex Logo

#8276be Color Hex

#8276BE
(130,118,190)
0 Favorites   0 Comments

Color spaces of #8276be

RGB 130118190
HSL0.690.360.60
HSV250°38°75°
CMYK 0.320.380.00   0.25
XYZ24.978621.420451.5332
Yxy21.42040.25510.2187
Hunter Lab46.282215.3431-33.6193
CIE-Lab53.406621.1016-36.1951

#8276be color RGB value is (130,118,190).

#8276be hex color red value is 130, green value is 118 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8276be hue: 0.69 , saturation: 0.36 and the lightness value of 8276be is 0.60.

The process color (four color CMYK) of #8276be color hex is 0.32, 0.38, 0.00, 0.25. Web safe color of #8276be is #9966cc. Color #8276be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01110110 10111110
Octal 202 166 276
Decimal 130 118 190
Hex 82 76 BE

RGB Percentages of Color #8276be

%29.68
%26.94
%43.38

CMYK Percentages of Color #8276be

%32
%38
%0
%25

Triadic Colors of #8276be

#8276be #be8276 #76be82

Analogous Colors of #8276be

#8276be #a676be #768ebe

Monochromatic Colors of #8276be

#8276be

Complementary Color

#8276be #b2be76

#8276be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8276be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8276be Color CSS Codes

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

#8276be Text Font Color

<p style="color:#8276be">Text here</p>

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


#8276be Background Color

<div style="background-color:#8276be">
Div content here</div>

This div background color is #8276be


#8276be Border Color

<div style="border:3px solid #8276be">
Div here</div>

This div border color is #8276be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,118,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8276be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8276be;
  -webkit-box-shadow: 1px 1px 3px 2px #8276be;
  box-shadow:         1px 1px 3px 2px #8276be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8276be


Comments

No comments written yet.

Please login to write comment.