Color Hex Logo

#ab618c Color Hex

#AB618C
(171,97,140)
0 Favorites   0 Comments

Color spaces of #ab618c

RGB 17197140
HSL0.900.310.53
HSV325°43°67°
CMYK 0.000.430.18   0.33
XYZ25.802919.100827.1378
Yxy19.10080.35820.2651
Hunter Lab43.704528.9027-6.2223
CIE-Lab50.804935.8004-10.6831

#ab618c color RGB value is (171,97,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100001 10001100
Octal 253 141 214
Decimal 171 97 140
Hex AB 61 8C

RGB Percentages of Color #ab618c

%41.91
%23.77
%34.31

CMYK Percentages of Color #ab618c

%0
%43
%18
%33

Triadic Colors of #ab618c

#ab618c #8cab61 #618cab

Analogous Colors of #ab618c

#ab618c #ab6167 #a561ab

Monochromatic Colors of #ab618c

#ab618c

Complementary Color

#ab618c #61ab80

#ab618c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab618c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab618c Color CSS Codes

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

#ab618c Text Font Color

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

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


#ab618c Background Color

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

This div background color is #ab618c


#ab618c Border Color

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

This div border color is #ab618c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,97,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 #ab618c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab618c


Comments

No comments written yet.

Please login to write comment.