Color Hex Logo

#a882cf Color Hex

#A882CF
(168,130,207)
0 Favorites   0 Comments

Color spaces of #a882cf

RGB 168130207
HSL0.750.450.66
HSV270°37°81°
CMYK 0.190.370.00   0.19
XYZ35.393628.795162.7240
Yxy28.79510.27890.2269
Hunter Lab53.661123.8276-31.7409
CIE-Lab60.600429.5467-34.3436

#a882cf color RGB value is (168,130,207).

#a882cf hex color red value is 168, green value is 130 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a882cf hue: 0.75 , saturation: 0.45 and the lightness value of a882cf is 0.66.

The process color (four color CMYK) of #a882cf color hex is 0.19, 0.37, 0.00, 0.19. Web safe color of #a882cf is #9999cc. Color #a882cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000010 11001111
Octal 250 202 317
Decimal 168 130 207
Hex A8 82 CF

RGB Percentages of Color #a882cf

%33.27
%25.74
%40.99

CMYK Percentages of Color #a882cf

%19
%37
%0
%19

Triadic Colors of #a882cf

#a882cf #cfa882 #82cfa8

Analogous Colors of #a882cf

#a882cf #cf82cf #8283cf

Monochromatic Colors of #a882cf

#a882cf

Complementary Color

#a882cf #a9cf82

#a882cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a882cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a882cf Color CSS Codes

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

#a882cf Text Font Color

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

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


#a882cf Background Color

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

This div background color is #a882cf


#a882cf Border Color

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

This div border color is #a882cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a882cf


Comments

No comments written yet.

Please login to write comment.