Color Hex Logo

#a25365 Color Hex

#A25365
(162,83,101)
0 Favorites   0 Comments

Color spaces of #a25365

RGB 16283101
HSL0.960.320.48
HSV346°49°64°
CMYK 0.000.490.38   0.36
XYZ20.342514.807514.0979
Yxy14.80750.41310.3007
Hunter Lab38.480527.02215.2146
CIE-Lab45.369434.55994.6293

#a25365 color RGB value is (162,83,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010011 01100101
Octal 242 123 145
Decimal 162 83 101
Hex A2 53 65

RGB Percentages of Color #a25365

%46.82
%23.99
%29.19

CMYK Percentages of Color #a25365

%0
%49
%38
%36

Triadic Colors of #a25365

#a25365 #65a253 #5365a2

Analogous Colors of #a25365

#a25365 #a26953 #a2538d

Monochromatic Colors of #a25365

#a25365

Complementary Color

#a25365 #53a290

#a25365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25365 Color CSS Codes

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

#a25365 Text Font Color

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

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


#a25365 Background Color

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

This div background color is #a25365


#a25365 Border Color

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

This div border color is #a25365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25365


Comments

No comments written yet.

Please login to write comment.