Color Hex Logo

#ab3985 Color Hex

#AB3985
(171,57,133)
0 Favorites   0 Comments

Color spaces of #ab3985

RGB 17157133
HSL0.890.500.45
HSV320°67°67°
CMYK 0.000.670.22   0.33
XYZ22.491413.277623.5677
Yxy13.27760.37900.2238
Hunter Lab36.438446.4107-12.8408
CIE-Lab43.178654.1839-18.0512

#ab3985 color RGB value is (171,57,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00111001 10000101
Octal 253 71 205
Decimal 171 57 133
Hex AB 39 85

RGB Percentages of Color #ab3985

%47.37
%15.79
%36.84

CMYK Percentages of Color #ab3985

%0
%67
%22
%33

Triadic Colors of #ab3985

#ab3985 #85ab39 #3985ab

Analogous Colors of #ab3985

#ab3985 #ab394c #9839ab

Monochromatic Colors of #ab3985

#ab3985

Complementary Color

#ab3985 #39ab5f

#ab3985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab3985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab3985 Color CSS Codes

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

#ab3985 Text Font Color

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

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


#ab3985 Background Color

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

This div background color is #ab3985


#ab3985 Border Color

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

This div border color is #ab3985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab3985


Comments

No comments written yet.

Please login to write comment.