Color Hex Logo

#a25377 Color Hex

#A25377
(162,83,119)
0 Favorites   0 Comments

Color spaces of #a25377

RGB 16283119
HSL0.920.320.48
HSV333°49°64°
CMYK 0.000.490.27   0.36
XYZ21.323315.199819.2628
Yxy15.19980.38220.2725
Hunter Lab38.986929.4007-2.0034
CIE-Lab45.906636.9756-5.5394

#a25377 color RGB value is (162,83,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010011 01110111
Octal 242 123 167
Decimal 162 83 119
Hex A2 53 77

RGB Percentages of Color #a25377

%44.51
%22.80
%32.69

CMYK Percentages of Color #a25377

%0
%49
%27
%36

Triadic Colors of #a25377

#a25377 #77a253 #5377a2

Analogous Colors of #a25377

#a25377 #a25753 #a2539f

Monochromatic Colors of #a25377

#a25377

Complementary Color

#a25377 #53a27e

#a25377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25377 Color CSS Codes

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

#a25377 Text Font Color

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

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


#a25377 Background Color

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

This div background color is #a25377


#a25377 Border Color

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

This div border color is #a25377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25377


Comments

No comments written yet.

Please login to write comment.