Color Hex Logo

#a82abd Color Hex

#A82ABD
(168,42,189)
0 Favorites   0 Comments

Color spaces of #a82abd

RGB 16842189
HSL0.810.640.45
HSV291°78°74°
CMYK 0.110.780.00   0.26
XYZ26.161713.654949.4009
Yxy13.65490.29320.1531
Hunter Lab36.952561.7077-53.3965
CIE-Lab43.733967.7727-50.6920

#a82abd color RGB value is (168,42,189).

#a82abd hex color red value is 168, green value is 42 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a82abd hue: 0.81 , saturation: 0.64 and the lightness value of a82abd is 0.45.

The process color (four color CMYK) of #a82abd color hex is 0.11, 0.78, 0.00, 0.26. Web safe color of #a82abd is #9933cc. Color #a82abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00101010 10111101
Octal 250 52 275
Decimal 168 42 189
Hex A8 2A BD

RGB Percentages of Color #a82abd

%42.11
%10.53
%47.37

CMYK Percentages of Color #a82abd

%11
%78
%0
%26

Triadic Colors of #a82abd

#a82abd #bda82a #2abda8

Analogous Colors of #a82abd

#a82abd #bd2a89 #5e2abd

Monochromatic Colors of #a82abd

#a82abd

Complementary Color

#a82abd #3fbd2a

#a82abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a82abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a82abd Color CSS Codes

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

#a82abd Text Font Color

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

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


#a82abd Background Color

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

This div background color is #a82abd


#a82abd Border Color

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

This div border color is #a82abd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,42,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 #a82abd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a82abd


Comments

No comments written yet.

Please login to write comment.