Color Hex Logo

#ab626e Color Hex

#AB626E
(171,98,110)
0 Favorites   0 Comments

Color spaces of #ab626e

RGB 17198110
HSL0.970.300.53
HSV350°43°67°
CMYK 0.000.430.36   0.33
XYZ23.976718.519117.0627
Yxy18.51910.40260.3109
Hunter Lab43.033824.14386.6155
CIE-Lab50.119830.92826.1730

#ab626e color RGB value is (171,98,110).

#ab626e hex color red value is 171, green value is 98 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ab626e hue: 0.97 , saturation: 0.30 and the lightness value of ab626e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100010 01101110
Octal 253 142 156
Decimal 171 98 110
Hex AB 62 6E

RGB Percentages of Color #ab626e

%45.12
%25.86
%29.02

CMYK Percentages of Color #ab626e

%0
%43
%36
%33

Triadic Colors of #ab626e

#ab626e #6eab62 #626eab

Analogous Colors of #ab626e

#ab626e #ab7b62 #ab6293

Monochromatic Colors of #ab626e

#ab626e

Complementary Color

#ab626e #62ab9f

#ab626e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab626e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab626e Color CSS Codes

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

#ab626e Text Font Color

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

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


#ab626e Background Color

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

This div background color is #ab626e


#ab626e Border Color

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

This div border color is #ab626e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab626e


Comments

No comments written yet.

Please login to write comment.