Color Hex Logo

#a25370 Color Hex

#A25370
(162,83,112)
0 Favorites   0 Comments

Color spaces of #a25370

RGB 16283112
HSL0.940.320.48
HSV338°49°64°
CMYK 0.000.490.31   0.36
XYZ20.918215.037717.1293
Yxy15.03770.39400.2833
Hunter Lab38.778528.42560.9552
CIE-Lab45.685835.9913-1.6119

#a25370 color RGB value is (162,83,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010011 01110000
Octal 242 123 160
Decimal 162 83 112
Hex A2 53 70

RGB Percentages of Color #a25370

%45.38
%23.25
%31.37

CMYK Percentages of Color #a25370

%0
%49
%31
%36

Triadic Colors of #a25370

#a25370 #70a253 #5370a2

Analogous Colors of #a25370

#a25370 #a25e53 #a25398

Monochromatic Colors of #a25370

#a25370

Complementary Color

#a25370 #53a285

#a25370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25370 Color CSS Codes

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

#a25370 Text Font Color

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

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


#a25370 Background Color

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

This div background color is #a25370


#a25370 Border Color

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

This div border color is #a25370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25370


Comments

No comments written yet.

Please login to write comment.