Color Hex Logo

#a5028e Color Hex

#A5028E
(165,2,142)
0 Favorites   0 Comments

Color spaces of #a5028e

RGB 1652142
HSL0.860.980.33
HSV308°99°65°
CMYK 0.000.990.14   0.35
XYZ20.42129.995726.4442
Yxy9.99570.35910.1758
Hunter Lab31.616059.9677-27.4601
CIE-Lab37.834767.4222-31.9640

#a5028e color RGB value is (165,2,142).

#a5028e hex color red value is 165, green value is 2 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #a5028e hue: 0.86 , saturation: 0.98 and the lightness value of a5028e is 0.33.

The process color (four color CMYK) of #a5028e color hex is 0.00, 0.99, 0.14, 0.35. Web safe color of #a5028e is #990099. Color #a5028e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000010 10001110
Octal 245 2 216
Decimal 165 2 142
Hex A5 2 8E

RGB Percentages of Color #a5028e

%53.40
%0.65
%45.95

CMYK Percentages of Color #a5028e

%0
%99
%14
%35

Triadic Colors of #a5028e

#a5028e #8ea502 #028ea5

Analogous Colors of #a5028e

#a5028e #a5023c #6b02a5

Monochromatic Colors of #a5028e

#a5028e

Complementary Color

#a5028e #02a519

#a5028e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5028e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5028e Color CSS Codes

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

#a5028e Text Font Color

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

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


#a5028e Background Color

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

This div background color is #a5028e


#a5028e Border Color

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

This div border color is #a5028e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,2,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 #a5028e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5028e


Comments

No comments written yet.

Please login to write comment.