Color Hex Logo

#a882bd Color Hex

#A882BD
(168,130,189)
0 Favorites   0 Comments

Color spaces of #a882bd

RGB 168130189
HSL0.770.310.63
HSV279°31°74°
CMYK 0.110.310.00   0.26
XYZ33.316427.964251.7858
Yxy27.96420.29470.2473
Hunter Lab52.881219.9171-21.0450
CIE-Lab59.856425.5740-25.3289

#a882bd color RGB value is (168,130,189).

#a882bd hex color red value is 168, green value is 130 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a882bd hue: 0.77 , saturation: 0.31 and the lightness value of a882bd is 0.63.

The process color (four color CMYK) of #a882bd color hex is 0.11, 0.31, 0.00, 0.26. Web safe color of #a882bd is #9999cc. Color #a882bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000010 10111101
Octal 250 202 275
Decimal 168 130 189
Hex A8 82 BD

RGB Percentages of Color #a882bd

%34.50
%26.69
%38.81

CMYK Percentages of Color #a882bd

%11
%31
%0
%26

Triadic Colors of #a882bd

#a882bd #bda882 #82bda8

Analogous Colors of #a882bd

#a882bd #bd82b5 #8b82bd

Monochromatic Colors of #a882bd

#a882bd

Complementary Color

#a882bd #97bd82

#a882bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a882bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a882bd Color CSS Codes

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

#a882bd Text Font Color

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

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


#a882bd Background Color

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

This div background color is #a882bd


#a882bd Border Color

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

This div border color is #a882bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a882bd


Comments

No comments written yet.

Please login to write comment.