Color Hex Logo

#ab3387 Color Hex

#AB3387
(171,51,135)
0 Favorites   0 Comments

Color spaces of #ab3387

RGB 17151135
HSL0.880.540.44
HSV318°70°67°
CMYK 0.000.700.21   0.33
XYZ22.351612.774824.2094
Yxy12.77480.37670.2153
Hunter Lab35.741949.0789-15.1402
CIE-Lab42.421956.8032-20.4359

#ab3387 color RGB value is (171,51,135).

#ab3387 hex color red value is 171, green value is 51 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #ab3387 hue: 0.88 , saturation: 0.54 and the lightness value of ab3387 is 0.44.

The process color (four color CMYK) of #ab3387 color hex is 0.00, 0.70, 0.21, 0.33. Web safe color of #ab3387 is #993399. Color #ab3387 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110011 10000111
Octal 253 63 207
Decimal 171 51 135
Hex AB 33 87

RGB Percentages of Color #ab3387

%47.90
%14.29
%37.82

CMYK Percentages of Color #ab3387

%0
%70
%21
%33

Triadic Colors of #ab3387

#ab3387 #87ab33 #3387ab

Analogous Colors of #ab3387

#ab3387 #ab334b #9333ab

Monochromatic Colors of #ab3387

#ab3387

Complementary Color

#ab3387 #33ab57

#ab3387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab3387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab3387 Color CSS Codes

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

#ab3387 Text Font Color

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

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


#ab3387 Background Color

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

This div background color is #ab3387


#ab3387 Border Color

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

This div border color is #ab3387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab3387


Comments

No comments written yet.

Please login to write comment.