Color Hex Logo

#a25480 Color Hex

#A25480
(162,84,128)
0 Favorites   0 Comments

Color spaces of #a25480

RGB 16284128
HSL0.910.320.48
HSV326°48°64°
CMYK 0.000.480.21   0.36
XYZ21.966915.580522.2716
Yxy15.58050.36720.2605
Hunter Lab39.472130.2620-5.8230
CIE-Lab46.419237.7926-10.2209

#a25480 color RGB value is (162,84,128).

#a25480 hex color red value is 162, green value is 84 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #a25480 hue: 0.91 , saturation: 0.32 and the lightness value of a25480 is 0.48.

The process color (four color CMYK) of #a25480 color hex is 0.00, 0.48, 0.21, 0.36. Web safe color of #a25480 is #996699. Color #a25480 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010100 10000000
Octal 242 124 200
Decimal 162 84 128
Hex A2 54 80

RGB Percentages of Color #a25480

%43.32
%22.46
%34.22

CMYK Percentages of Color #a25480

%0
%48
%21
%36

Triadic Colors of #a25480

#a25480 #80a254 #5480a2

Analogous Colors of #a25480

#a25480 #a25459 #9d54a2

Monochromatic Colors of #a25480

#a25480

Complementary Color

#a25480 #54a276

#a25480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25480 Color CSS Codes

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

#a25480 Text Font Color

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

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


#a25480 Background Color

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

This div background color is #a25480


#a25480 Border Color

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

This div border color is #a25480


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,84,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a25480; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a25480;
  -webkit-box-shadow: 1px 1px 3px 2px #a25480;
  box-shadow:         1px 1px 3px 2px #a25480; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25480


Comments

No comments written yet.

Please login to write comment.