Color Hex Logo

#a82eba Color Hex

#A82EBA
(168,46,186)
0 Favorites   0 Comments

Color spaces of #a82eba

RGB 16846186
HSL0.810.600.45
HSV292°75°73°
CMYK 0.100.750.00   0.27
XYZ25.988413.824047.7529
Yxy13.82400.29680.1579
Hunter Lab37.180659.7012-50.1226
CIE-Lab43.979565.9945-48.5403

#a82eba color RGB value is (168,46,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00101110 10111010
Octal 250 56 272
Decimal 168 46 186
Hex A8 2E BA

RGB Percentages of Color #a82eba

%42.00
%11.50
%46.50

CMYK Percentages of Color #a82eba

%10
%75
%0
%27

Triadic Colors of #a82eba

#a82eba #baa82e #2ebaa8

Analogous Colors of #a82eba

#a82eba #ba2e86 #622eba

Monochromatic Colors of #a82eba

#a82eba

Complementary Color

#a82eba #40ba2e

#a82eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a82eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a82eba Color CSS Codes

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

#a82eba Text Font Color

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

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


#a82eba Background Color

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

This div background color is #a82eba


#a82eba Border Color

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

This div border color is #a82eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a82eba


Comments

No comments written yet.

Please login to write comment.