Color Hex Logo

#a25379 Color Hex

#A25379
(162,83,121)
0 Favorites   0 Comments

Color spaces of #a25379

RGB 16283121
HSL0.920.320.48
HSV331°49°64°
CMYK 0.000.490.25   0.36
XYZ21.444715.248419.9021
Yxy15.24840.37890.2694
Hunter Lab39.049229.6910-2.8837
CIE-Lab45.972637.2670-6.6544

#a25379 color RGB value is (162,83,121).

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

The process color (four color CMYK) of #a25379 color hex is 0.00, 0.49, 0.25, 0.36. Web safe color of #a25379 is #996666. Color #a25379 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010011 01111001
Octal 242 123 171
Decimal 162 83 121
Hex A2 53 79

RGB Percentages of Color #a25379

%44.26
%22.68
%33.06

CMYK Percentages of Color #a25379

%0
%49
%25
%36

Triadic Colors of #a25379

#a25379 #79a253 #5379a2

Analogous Colors of #a25379

#a25379 #a25553 #a253a1

Monochromatic Colors of #a25379

#a25379

Complementary Color

#a25379 #53a27c

#a25379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25379 Color CSS Codes

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

#a25379 Text Font Color

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

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


#a25379 Background Color

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

This div background color is #a25379


#a25379 Border Color

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

This div border color is #a25379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25379


Comments

No comments written yet.

Please login to write comment.