Color Hex Logo

#a8038e Color Hex

#A8038E
(168,3,142)
0 Favorites   0 Comments

Color spaces of #a8038e

RGB 1683142
HSL0.860.960.34
HSV309°98°66°
CMYK 0.000.980.15   0.34
XYZ21.063510.342926.4774
Yxy10.34290.36390.1787
Hunter Lab32.160460.6282-26.3007
CIE-Lab38.450967.8733-30.9537

#a8038e color RGB value is (168,3,142).

#a8038e hex color red value is 168, green value is 3 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #a8038e hue: 0.86 , saturation: 0.96 and the lightness value of a8038e is 0.34.

The process color (four color CMYK) of #a8038e color hex is 0.00, 0.98, 0.15, 0.34. Web safe color of #a8038e is #990099. Color #a8038e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00000011 10001110
Octal 250 3 216
Decimal 168 3 142
Hex A8 3 8E

RGB Percentages of Color #a8038e

%53.67
%0.96
%45.37

CMYK Percentages of Color #a8038e

%0
%98
%15
%34

Triadic Colors of #a8038e

#a8038e #8ea803 #038ea8

Analogous Colors of #a8038e

#a8038e #a8033c #7003a8

Monochromatic Colors of #a8038e

#a8038e

Complementary Color

#a8038e #03a81d

#a8038e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8038e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8038e Color CSS Codes

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

#a8038e Text Font Color

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

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


#a8038e Background Color

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

This div background color is #a8038e


#a8038e Border Color

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

This div border color is #a8038e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8038e


Comments

No comments written yet.

Please login to write comment.