Color Hex Logo

#ab349d Color Hex

#AB349D
(171,52,157)
0 Favorites   0 Comments

Color spaces of #ab349d

RGB 17152157
HSL0.850.530.44
HSV307°70°67°
CMYK 0.000.700.08   0.33
XYZ24.108413.548233.2427
Yxy13.54820.34000.1911
Hunter Lab36.807952.5000-27.7817
CIE-Lab43.577959.7033-31.9509

#ab349d color RGB value is (171,52,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110100 10011101
Octal 253 64 235
Decimal 171 52 157
Hex AB 34 9D

RGB Percentages of Color #ab349d

%45.00
%13.68
%41.32

CMYK Percentages of Color #ab349d

%0
%70
%8
%33

Triadic Colors of #ab349d

#ab349d #9dab34 #349dab

Analogous Colors of #ab349d

#ab349d #ab3461 #7e34ab

Monochromatic Colors of #ab349d

#ab349d

Complementary Color

#ab349d #34ab42

#ab349d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab349d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab349d Color CSS Codes

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

#ab349d Text Font Color

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

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


#ab349d Background Color

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

This div background color is #ab349d


#ab349d Border Color

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

This div border color is #ab349d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab349d


Comments

No comments written yet.

Please login to write comment.