Color Hex Logo

#ab358f Color Hex

#AB358F
(171,53,143)
0 Favorites   0 Comments

Color spaces of #ab358f

RGB 17153143
HSL0.870.530.44
HSV314°69°67°
CMYK 0.000.690.16   0.33
XYZ23.025613.187327.3184
Yxy13.18730.36240.2076
Hunter Lab36.314349.6303-19.1824
CIE-Lab43.044157.1928-24.3424

#ab358f color RGB value is (171,53,143).

#ab358f hex color red value is 171, green value is 53 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ab358f hue: 0.87 , saturation: 0.53 and the lightness value of ab358f is 0.44.

The process color (four color CMYK) of #ab358f color hex is 0.00, 0.69, 0.16, 0.33. Web safe color of #ab358f is #993399. Color #ab358f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110101 10001111
Octal 253 65 217
Decimal 171 53 143
Hex AB 35 8F

RGB Percentages of Color #ab358f

%46.59
%14.44
%38.96

CMYK Percentages of Color #ab358f

%0
%69
%16
%33

Triadic Colors of #ab358f

#ab358f #8fab35 #358fab

Analogous Colors of #ab358f

#ab358f #ab3554 #8c35ab

Monochromatic Colors of #ab358f

#ab358f

Complementary Color

#ab358f #35ab51

#ab358f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab358f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab358f Color CSS Codes

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

#ab358f Text Font Color

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

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


#ab358f Background Color

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

This div background color is #ab358f


#ab358f Border Color

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

This div border color is #ab358f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab358f


Comments

No comments written yet.

Please login to write comment.