Color Hex Logo

#a982ec Color Hex

#A982EC
(169,130,236)
0 Favorites   0 Comments

Color spaces of #a982ec

RGB 169130236
HSL0.730.740.72
HSV262°45°93°
CMYK 0.280.450.00   0.07
XYZ39.485130.456483.1545
Yxy30.45640.25790.1989
Hunter Lab55.187331.1343-50.7052
CIE-Lab62.046036.6744-48.2501

#a982ec color RGB value is (169,130,236).

#a982ec hex color red value is 169, green value is 130 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a982ec hue: 0.73 , saturation: 0.74 and the lightness value of a982ec is 0.72.

The process color (four color CMYK) of #a982ec color hex is 0.28, 0.45, 0.00, 0.07. Web safe color of #a982ec is #9999ff. Color #a982ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000010 11101100
Octal 251 202 354
Decimal 169 130 236
Hex A9 82 EC

RGB Percentages of Color #a982ec

%31.59
%24.30
%44.11

CMYK Percentages of Color #a982ec

%28
%45
%0
%7

Triadic Colors of #a982ec

#a982ec #eca982 #82eca9

Analogous Colors of #a982ec

#a982ec #de82ec #8290ec

Monochromatic Colors of #a982ec

#a982ec

Complementary Color

#a982ec #c5ec82

#a982ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a982ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a982ec Color CSS Codes

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

#a982ec Text Font Color

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

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


#a982ec Background Color

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

This div background color is #a982ec


#a982ec Border Color

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

This div border color is #a982ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a982ec

#a982ec Color Palettes


Comments

No comments written yet.

Please login to write comment.