Color Hex Logo

#8180be Color Hex

#8180BE
(129,128,190)
0 Favorites   0 Comments

Color spaces of #8180be

RGB 129128190
HSL0.670.320.62
HSV241°33°75°
CMYK 0.320.330.00   0.25
XYZ26.066723.823251.9397
Yxy23.82320.25600.2340
Hunter Lab48.80909.9130-28.9266
CIE-Lab55.910314.8939-32.2870

#8180be color RGB value is (129,128,190).

#8180be hex color red value is 129, green value is 128 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8180be hue: 0.67 , saturation: 0.32 and the lightness value of 8180be is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10000000 10111110
Octal 201 200 276
Decimal 129 128 190
Hex 81 80 BE

RGB Percentages of Color #8180be

%28.86
%28.64
%42.51

CMYK Percentages of Color #8180be

%32
%33
%0
%25

Triadic Colors of #8180be

#8180be #be8180 #80be81

Analogous Colors of #8180be

#8180be #a080be #809ebe

Monochromatic Colors of #8180be

#8180be

Complementary Color

#8180be #bdbe80

#8180be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8180be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8180be Color CSS Codes

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

#8180be Text Font Color

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

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


#8180be Background Color

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

This div background color is #8180be


#8180be Border Color

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

This div border color is #8180be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,128,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 #8180be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8180be


Comments

No comments written yet.

Please login to write comment.