Color Hex Logo

#ab3986 Color Hex

#AB3986
(171,57,134)
0 Favorites   0 Comments

Color spaces of #ab3986

RGB 17157134
HSL0.890.500.45
HSV319°67°67°
CMYK 0.000.670.22   0.33
XYZ22.560813.305423.9334
Yxy13.30540.37730.2225
Hunter Lab36.476646.5685-13.3684
CIE-Lab43.219854.3238-18.5980

#ab3986 color RGB value is (171,57,134).

#ab3986 hex color red value is 171, green value is 57 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #ab3986 hue: 0.89 , saturation: 0.50 and the lightness value of ab3986 is 0.45.

The process color (four color CMYK) of #ab3986 color hex is 0.00, 0.67, 0.22, 0.33. Web safe color of #ab3986 is #993399. Color #ab3986 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00111001 10000110
Octal 253 71 206
Decimal 171 57 134
Hex AB 39 86

RGB Percentages of Color #ab3986

%47.24
%15.75
%37.02

CMYK Percentages of Color #ab3986

%0
%67
%22
%33

Triadic Colors of #ab3986

#ab3986 #86ab39 #3986ab

Analogous Colors of #ab3986

#ab3986 #ab394d #9739ab

Monochromatic Colors of #ab3986

#ab3986

Complementary Color

#ab3986 #39ab5e

#ab3986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab3986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab3986 Color CSS Codes

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

#ab3986 Text Font Color

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

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


#ab3986 Background Color

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

This div background color is #ab3986


#ab3986 Border Color

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

This div border color is #ab3986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab3986


Comments

No comments written yet.

Please login to write comment.