Color Hex Logo

#a25863 Color Hex

#A25863
(162,88,99)
0 Favorites   0 Comments

Color spaces of #a25863

RGB 1628899
HSL0.980.300.49
HSV351°46°64°
CMYK 0.000.460.39   0.36
XYZ20.642115.561713.7201
Yxy15.56170.41350.3117
Hunter Lab39.448324.36906.9928
CIE-Lab46.394131.60417.3081

#a25863 color RGB value is (162,88,99).

#a25863 hex color red value is 162, green value is 88 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #a25863 hue: 0.98 , saturation: 0.30 and the lightness value of a25863 is 0.49.

The process color (four color CMYK) of #a25863 color hex is 0.00, 0.46, 0.39, 0.36. Web safe color of #a25863 is #996666. Color #a25863 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011000 01100011
Octal 242 130 143
Decimal 162 88 99
Hex A2 58 63

RGB Percentages of Color #a25863

%46.42
%25.21
%28.37

CMYK Percentages of Color #a25863

%0
%46
%39
%36

Triadic Colors of #a25863

#a25863 #63a258 #5863a2

Analogous Colors of #a25863

#a25863 #a27258 #a25888

Monochromatic Colors of #a25863

#a25863

Complementary Color

#a25863 #58a297

#a25863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25863 Color CSS Codes

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

#a25863 Text Font Color

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

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


#a25863 Background Color

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

This div background color is #a25863


#a25863 Border Color

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

This div border color is #a25863


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25863


Comments

No comments written yet.

Please login to write comment.