Color Hex Logo

#a25868 Color Hex

#A25868
(162,88,104)
0 Favorites   0 Comments

Color spaces of #a25868

RGB 16288104
HSL0.960.300.49
HSV347°46°64°
CMYK 0.000.460.36   0.36
XYZ20.888715.660315.0185
Yxy15.66030.40510.3037
Hunter Lab39.573124.96855.1998
CIE-Lab46.525632.22944.4667

#a25868 color RGB value is (162,88,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011000 01101000
Octal 242 130 150
Decimal 162 88 104
Hex A2 58 68

RGB Percentages of Color #a25868

%45.76
%24.86
%29.38

CMYK Percentages of Color #a25868

%0
%46
%36
%36

Triadic Colors of #a25868

#a25868 #68a258 #5868a2

Analogous Colors of #a25868

#a25868 #a26d58 #a2588d

Monochromatic Colors of #a25868

#a25868

Complementary Color

#a25868 #58a292

#a25868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25868 Color CSS Codes

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

#a25868 Text Font Color

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

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


#a25868 Background Color

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

This div background color is #a25868


#a25868 Border Color

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

This div border color is #a25868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25868


Comments

No comments written yet.

Please login to write comment.