Color Hex Logo

#a882fc Color Hex

#A882FC
(168,130,252)
0 Favorites   0 Comments

Color spaces of #a882fc

RGB 168130252
HSL0.720.950.75
HSV259°48°99°
CMYK 0.330.480.00   0.01
XYZ41.701831.318495.9426
Yxy31.31840.24680.1854
Hunter Lab55.962835.0778-62.4727
CIE-Lab62.775540.3850-55.9206

#a882fc color RGB value is (168,130,252).

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

The process color (four color CMYK) of #a882fc color hex is 0.33, 0.48, 0.00, 0.01. Web safe color of #a882fc is #9999ff. Color #a882fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000010 11111100
Octal 250 202 374
Decimal 168 130 252
Hex A8 82 FC

RGB Percentages of Color #a882fc

%30.55
%23.64
%45.82

CMYK Percentages of Color #a882fc

%33
%48
%0
%1

Triadic Colors of #a882fc

#a882fc #fca882 #82fca8

Analogous Colors of #a882fc

#a882fc #e582fc #8299fc

Monochromatic Colors of #a882fc

#a882fc

Complementary Color

#a882fc #d6fc82

#a882fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a882fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a882fc Color CSS Codes

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

#a882fc Text Font Color

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

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


#a882fc Background Color

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

This div background color is #a882fc


#a882fc Border Color

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

This div border color is #a882fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a882fc


Comments

No comments written yet.

Please login to write comment.