Color Hex Logo

#8d80be Color Hex

#8D80BE
(141,128,190)
0 Favorites   0 Comments

Color spaces of #8d80be

RGB 141128190
HSL0.700.320.62
HSV253°33°75°
CMYK 0.260.330.00   0.25
XYZ27.997924.818852.0300
Yxy24.81880.26700.2367
Hunter Lab49.818513.1344-27.0491
CIE-Lab56.898418.4669-30.6738

#8d80be color RGB value is (141,128,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10000000 10111110
Octal 215 200 276
Decimal 141 128 190
Hex 8D 80 BE

RGB Percentages of Color #8d80be

%30.72
%27.89
%41.39

CMYK Percentages of Color #8d80be

%26
%33
%0
%25

Triadic Colors of #8d80be

#8d80be #be8d80 #80be8d

Analogous Colors of #8d80be

#8d80be #ac80be #8092be

Monochromatic Colors of #8d80be

#8d80be

Complementary Color

#8d80be #b1be80

#8d80be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d80be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d80be Color CSS Codes

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

#8d80be Text Font Color

<p style="color:#8d80be">Text here</p>

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


#8d80be Background Color

<div style="background-color:#8d80be">
Div content here</div>

This div background color is #8d80be


#8d80be Border Color

<div style="border:3px solid #8d80be">
Div here</div>

This div border color is #8d80be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,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 #8d80be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d80be


Comments

No comments written yet.

Please login to write comment.