Color Hex Logo

#a880b1 Color Hex

#A880B1
(168,128,177)
0 Favorites   0 Comments

Color spaces of #a880b1

RGB 168128177
HSL0.800.240.60
HSV289°28°69°
CMYK 0.050.280.00   0.31
XYZ31.803426.937545.1182
Yxy26.93750.30620.2594
Hunter Lab51.901318.5514-15.2103
CIE-Lab58.916424.2060-19.9393

#a880b1 color RGB value is (168,128,177).

#a880b1 hex color red value is 168, green value is 128 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #a880b1 hue: 0.80 , saturation: 0.24 and the lightness value of a880b1 is 0.60.

The process color (four color CMYK) of #a880b1 color hex is 0.05, 0.28, 0.00, 0.31. Web safe color of #a880b1 is #999999. Color #a880b1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000000 10110001
Octal 250 200 261
Decimal 168 128 177
Hex A8 80 B1

RGB Percentages of Color #a880b1

%35.52
%27.06
%37.42

CMYK Percentages of Color #a880b1

%5
%28
%0
%31

Triadic Colors of #a880b1

#a880b1 #b1a880 #80b1a8

Analogous Colors of #a880b1

#a880b1 #b180a2 #9080b1

Monochromatic Colors of #a880b1

#a880b1

Complementary Color

#a880b1 #89b180

#a880b1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a880b1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a880b1 Color CSS Codes

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

#a880b1 Text Font Color

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

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


#a880b1 Background Color

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

This div background color is #a880b1


#a880b1 Border Color

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

This div border color is #a880b1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a880b1


Comments

No comments written yet.

Please login to write comment.