Color Hex Logo

#a877ba Color Hex

#A877BA
(168,119,186)
0 Favorites   0 Comments

Color spaces of #a877ba

RGB 168119186
HSL0.790.330.60
HSV284°36°73°
CMYK 0.100.360.00   0.27
XYZ31.608225.063749.6262
Yxy25.06370.29740.2358
Hunter Lab50.063725.0864-23.7274
CIE-Lab57.137431.1625-27.8158

#a877ba color RGB value is (168,119,186).

#a877ba hex color red value is 168, green value is 119 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a877ba hue: 0.79 , saturation: 0.33 and the lightness value of a877ba is 0.60.

The process color (four color CMYK) of #a877ba color hex is 0.10, 0.36, 0.00, 0.27. Web safe color of #a877ba is #9966cc. Color #a877ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110111 10111010
Octal 250 167 272
Decimal 168 119 186
Hex A8 77 BA

RGB Percentages of Color #a877ba

%35.52
%25.16
%39.32

CMYK Percentages of Color #a877ba

%10
%36
%0
%27

Triadic Colors of #a877ba

#a877ba #baa877 #77baa8

Analogous Colors of #a877ba

#a877ba #ba77ab #8777ba

Monochromatic Colors of #a877ba

#a877ba

Complementary Color

#a877ba #89ba77

#a877ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a877ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a877ba Color CSS Codes

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

#a877ba Text Font Color

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

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


#a877ba Background Color

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

This div background color is #a877ba


#a877ba Border Color

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

This div border color is #a877ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,119,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a877ba


Comments

No comments written yet.

Please login to write comment.