Color Hex Logo

#ab658c Color Hex

#AB658C
(171,101,140)
0 Favorites   0 Comments

Color spaces of #ab658c

RGB 171101140
HSL0.910.290.53
HSV327°41°67°
CMYK 0.000.410.18   0.33
XYZ26.181919.858727.2641
Yxy19.85870.35720.2709
Hunter Lab44.563126.8876-5.0800
CIE-Lab51.677133.6186-9.3743

#ab658c color RGB value is (171,101,140).

#ab658c hex color red value is 171, green value is 101 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ab658c hue: 0.91 , saturation: 0.29 and the lightness value of ab658c is 0.53.

The process color (four color CMYK) of #ab658c color hex is 0.00, 0.41, 0.18, 0.33. Web safe color of #ab658c is #996699. Color #ab658c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100101 10001100
Octal 253 145 214
Decimal 171 101 140
Hex AB 65 8C

RGB Percentages of Color #ab658c

%41.50
%24.51
%33.98

CMYK Percentages of Color #ab658c

%0
%41
%18
%33

Triadic Colors of #ab658c

#ab658c #8cab65 #658cab

Analogous Colors of #ab658c

#ab658c #ab6569 #a765ab

Monochromatic Colors of #ab658c

#ab658c

Complementary Color

#ab658c #65ab84

#ab658c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab658c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab658c Color CSS Codes

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

#ab658c Text Font Color

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

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


#ab658c Background Color

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

This div background color is #ab658c


#ab658c Border Color

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

This div border color is #ab658c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab658c


Comments

No comments written yet.

Please login to write comment.