Color Hex Logo

#a877be Color Hex

#A877BE
(168,119,190)
0 Favorites   0 Comments

Color spaces of #a877be

RGB 168119190
HSL0.780.350.61
HSV281°37°75°
CMYK 0.120.370.00   0.25
XYZ32.039525.236251.8976
Yxy25.23620.29350.2312
Hunter Lab50.235625.9321-26.0866
CIE-Lab57.304832.0094-29.8404

#a877be color RGB value is (168,119,190).

#a877be hex color red value is 168, green value is 119 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a877be hue: 0.78 , saturation: 0.35 and the lightness value of a877be is 0.61.

The process color (four color CMYK) of #a877be color hex is 0.12, 0.37, 0.00, 0.25. Web safe color of #a877be is #9966cc. Color #a877be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110111 10111110
Octal 250 167 276
Decimal 168 119 190
Hex A8 77 BE

RGB Percentages of Color #a877be

%35.22
%24.95
%39.83

CMYK Percentages of Color #a877be

%12
%37
%0
%25

Triadic Colors of #a877be

#a877be #bea877 #77bea8

Analogous Colors of #a877be

#a877be #be77b1 #8577be

Monochromatic Colors of #a877be

#a877be

Complementary Color

#a877be #8dbe77

#a877be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a877be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a877be Color CSS Codes

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

#a877be Text Font Color

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

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


#a877be Background Color

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

This div background color is #a877be


#a877be Border Color

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

This div border color is #a877be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,119,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a877be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a877be;
  -webkit-box-shadow: 1px 1px 3px 2px #a877be;
  box-shadow:         1px 1px 3px 2px #a877be; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a877be


Comments

No comments written yet.

Please login to write comment.