Color Hex Logo

#ab648b Color Hex

#AB648B
(171,100,139)
0 Favorites   0 Comments

Color spaces of #ab648b

RGB 171100139
HSL0.910.300.53
HSV327°42°67°
CMYK 0.000.420.19   0.33
XYZ26.012019.636426.8453
Yxy19.63640.35880.2709
Hunter Lab44.313027.2329-4.8995
CIE-Lab51.423634.0059-9.1626

#ab648b color RGB value is (171,100,139).

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

The process color (four color CMYK) of #ab648b color hex is 0.00, 0.42, 0.19, 0.33. Web safe color of #ab648b is #996699. Color #ab648b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100100 10001011
Octal 253 144 213
Decimal 171 100 139
Hex AB 64 8B

RGB Percentages of Color #ab648b

%41.71
%24.39
%33.90

CMYK Percentages of Color #ab648b

%0
%42
%19
%33

Triadic Colors of #ab648b

#ab648b #8bab64 #648bab

Analogous Colors of #ab648b

#ab648b #ab6468 #a864ab

Monochromatic Colors of #ab648b

#ab648b

Complementary Color

#ab648b #64ab84

#ab648b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab648b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab648b Color CSS Codes

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

#ab648b Text Font Color

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

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


#ab648b Background Color

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

This div background color is #ab648b


#ab648b Border Color

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

This div border color is #ab648b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab648b


Comments

No comments written yet.

Please login to write comment.