Color Hex Logo

#a82fbc Color Hex

#A82FBC
(168,47,188)
0 Favorites   0 Comments

Color spaces of #a82fbc

RGB 16847188
HSL0.810.600.46
HSV291°75°74°
CMYK 0.110.750.00   0.26
XYZ26.242113.988748.8939
Yxy13.98870.29440.1570
Hunter Lab37.401559.7889-51.3271
CIE-Lab44.216766.0244-49.3320

#a82fbc color RGB value is (168,47,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00101111 10111100
Octal 250 57 274
Decimal 168 47 188
Hex A8 2F BC

RGB Percentages of Color #a82fbc

%41.69
%11.66
%46.65

CMYK Percentages of Color #a82fbc

%11
%75
%0
%26

Triadic Colors of #a82fbc

#a82fbc #bca82f #2fbca8

Analogous Colors of #a82fbc

#a82fbc #bc2f8a #612fbc

Monochromatic Colors of #a82fbc

#a82fbc

Complementary Color

#a82fbc #43bc2f

#a82fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a82fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a82fbc Color CSS Codes

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

#a82fbc Text Font Color

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

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


#a82fbc Background Color

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

This div background color is #a82fbc


#a82fbc Border Color

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

This div border color is #a82fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a82fbc


Comments

No comments written yet.

Please login to write comment.