Color Hex Logo

#a82abb Color Hex

#A82ABB
(168,42,187)
0 Favorites   0 Comments

Color spaces of #a82abb

RGB 16842187
HSL0.810.630.45
HSV292°78°73°
CMYK 0.100.780.00   0.27
XYZ25.946113.568648.2652
Yxy13.56860.29560.1546
Hunter Lab36.835661.2689-51.9020
CIE-Lab43.607867.4204-49.7226

#a82abb color RGB value is (168,42,187).

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

The process color (four color CMYK) of #a82abb color hex is 0.10, 0.78, 0.00, 0.27. Web safe color of #a82abb is #9933cc. Color #a82abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00101010 10111011
Octal 250 52 273
Decimal 168 42 187
Hex A8 2A BB

RGB Percentages of Color #a82abb

%42.32
%10.58
%47.10

CMYK Percentages of Color #a82abb

%10
%78
%0
%27

Triadic Colors of #a82abb

#a82abb #bba82a #2abba8

Analogous Colors of #a82abb

#a82abb #bb2a86 #5f2abb

Monochromatic Colors of #a82abb

#a82abb

Complementary Color

#a82abb #3dbb2a

#a82abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a82abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a82abb Color CSS Codes

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

#a82abb Text Font Color

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

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


#a82abb Background Color

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

This div background color is #a82abb


#a82abb Border Color

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

This div border color is #a82abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a82abb


Comments

No comments written yet.

Please login to write comment.