Color Hex Logo

#a8047d Color Hex

#A8047D
(168,4,125)
0 Favorites   0 Comments

Color spaces of #a8047d

RGB 1684125
HSL0.880.950.34
HSV316°98°66°
CMYK 0.000.980.26   0.34
XYZ19.89359.892320.2629
Yxy9.89230.39750.1977
Hunter Lab31.452057.8607-16.1810
CIE-Lab37.648465.6231-21.6881

#a8047d color RGB value is (168,4,125).

#a8047d hex color red value is 168, green value is 4 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #a8047d hue: 0.88 , saturation: 0.95 and the lightness value of a8047d is 0.34.

The process color (four color CMYK) of #a8047d color hex is 0.00, 0.98, 0.26, 0.34. Web safe color of #a8047d is #990066. Color #a8047d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00000100 01111101
Octal 250 4 175
Decimal 168 4 125
Hex A8 4 7D

RGB Percentages of Color #a8047d

%56.57
%1.35
%42.09

CMYK Percentages of Color #a8047d

%0
%98
%26
%34

Triadic Colors of #a8047d

#a8047d #7da804 #047da8

Analogous Colors of #a8047d

#a8047d #a8042b #8104a8

Monochromatic Colors of #a8047d

#a8047d

Complementary Color

#a8047d #04a82f

#a8047d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8047d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8047d Color CSS Codes

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

#a8047d Text Font Color

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

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


#a8047d Background Color

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

This div background color is #a8047d


#a8047d Border Color

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

This div border color is #a8047d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8047d


Comments

No comments written yet.

Please login to write comment.