Color Hex Logo

#a5626f Color Hex

#A5626F
(165,98,111)
0 Favorites   0 Comments

Color spaces of #a5626f

RGB 16598111
HSL0.970.270.52
HSV348°41°65°
CMYK 0.000.410.33   0.35
XYZ22.754017.882417.2913
Yxy17.88240.39280.3087
Hunter Lab42.287622.04365.3578
CIE-Lab49.353228.76834.3719

#a5626f color RGB value is (165,98,111).

#a5626f hex color red value is 165, green value is 98 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #a5626f hue: 0.97 , saturation: 0.27 and the lightness value of a5626f is 0.52.

The process color (four color CMYK) of #a5626f color hex is 0.00, 0.41, 0.33, 0.35. Web safe color of #a5626f is #996666. Color #a5626f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100010 01101111
Octal 245 142 157
Decimal 165 98 111
Hex A5 62 6F

RGB Percentages of Color #a5626f

%44.12
%26.20
%29.68

CMYK Percentages of Color #a5626f

%0
%41
%33
%35

Triadic Colors of #a5626f

#a5626f #6fa562 #626fa5

Analogous Colors of #a5626f

#a5626f #a57762 #a56291

Monochromatic Colors of #a5626f

#a5626f

Complementary Color

#a5626f #62a598

#a5626f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5626f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5626f Color CSS Codes

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

#a5626f Text Font Color

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

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


#a5626f Background Color

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

This div background color is #a5626f


#a5626f Border Color

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

This div border color is #a5626f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,98,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a5626f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a5626f;
  -webkit-box-shadow: 1px 1px 3px 2px #a5626f;
  box-shadow:         1px 1px 3px 2px #a5626f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,98,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5626f


Comments

No comments written yet.

Please login to write comment.