Color Hex Logo

#ab667d Color Hex

#AB667D
(171,102,125)
0 Favorites   0 Comments

Color spaces of #ab667d

RGB 171102125
HSL0.940.290.54
HSV340°40°67°
CMYK 0.000.400.27   0.33
XYZ25.247619.641321.8625
Yxy19.64130.37820.2942
Hunter Lab44.318524.13141.7750
CIE-Lab51.429230.7702-0.8570

#ab667d color RGB value is (171,102,125).

#ab667d hex color red value is 171, green value is 102 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ab667d hue: 0.94 , saturation: 0.29 and the lightness value of ab667d is 0.54.

The process color (four color CMYK) of #ab667d color hex is 0.00, 0.40, 0.27, 0.33. Web safe color of #ab667d is #996666. Color #ab667d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100110 01111101
Octal 253 146 175
Decimal 171 102 125
Hex AB 66 7D

RGB Percentages of Color #ab667d

%42.96
%25.63
%31.41

CMYK Percentages of Color #ab667d

%0
%40
%27
%33

Triadic Colors of #ab667d

#ab667d #7dab66 #667dab

Analogous Colors of #ab667d

#ab667d #ab7266 #ab66a0

Monochromatic Colors of #ab667d

#ab667d

Complementary Color

#ab667d #66ab94

#ab667d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab667d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab667d Color CSS Codes

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

#ab667d Text Font Color

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

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


#ab667d Background Color

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

This div background color is #ab667d


#ab667d Border Color

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

This div border color is #ab667d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab667d


Comments

No comments written yet.

Please login to write comment.