Color Hex Logo

#a82f78 Color Hex

#A82F78
(168,47,120)
0 Favorites   0 Comments

Color spaces of #a82f78

RGB 16847120
HSL0.900.560.42
HSV324°72°66°
CMYK 0.000.720.29   0.34
XYZ20.555111.713918.9469
Yxy11.71390.40130.2287
Hunter Lab34.225647.3083-8.8644
CIE-Lab40.757755.4760-13.7997

#a82f78 color RGB value is (168,47,120).

#a82f78 hex color red value is 168, green value is 47 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #a82f78 hue: 0.90 , saturation: 0.56 and the lightness value of a82f78 is 0.42.

The process color (four color CMYK) of #a82f78 color hex is 0.00, 0.72, 0.29, 0.34. Web safe color of #a82f78 is #993366. Color #a82f78 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00101111 01111000
Octal 250 57 170
Decimal 168 47 120
Hex A8 2F 78

RGB Percentages of Color #a82f78

%50.15
%14.03
%35.82

CMYK Percentages of Color #a82f78

%0
%72
%29
%34

Triadic Colors of #a82f78

#a82f78 #78a82f #2f78a8

Analogous Colors of #a82f78

#a82f78 #a82f3b #9c2fa8

Monochromatic Colors of #a82f78

#a82f78

Complementary Color

#a82f78 #2fa85f

#a82f78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a82f78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a82f78 Color CSS Codes

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

#a82f78 Text Font Color

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

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


#a82f78 Background Color

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

This div background color is #a82f78


#a82f78 Border Color

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

This div border color is #a82f78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a82f78


Comments

No comments written yet.

Please login to write comment.