Color Hex Logo

#ab479d Color Hex

#AB479D
(171,71,157)
0 Favorites   0 Comments

Color spaces of #ab479d

RGB 17171157
HSL0.860.410.47
HSV308°58°67°
CMYK 0.000.580.08   0.33
XYZ25.133615.598733.5845
Yxy15.59870.33820.2099
Hunter Lab39.495244.4757-22.7703
CIE-Lab46.443551.7757-27.4701

#ab479d color RGB value is (171,71,157).

#ab479d hex color red value is 171, green value is 71 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ab479d hue: 0.86 , saturation: 0.41 and the lightness value of ab479d is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000111 10011101
Octal 253 107 235
Decimal 171 71 157
Hex AB 47 9D

RGB Percentages of Color #ab479d

%42.86
%17.79
%39.35

CMYK Percentages of Color #ab479d

%0
%58
%8
%33

Triadic Colors of #ab479d

#ab479d #9dab47 #479dab

Analogous Colors of #ab479d

#ab479d #ab476b #8747ab

Monochromatic Colors of #ab479d

#ab479d

Complementary Color

#ab479d #47ab55

#ab479d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab479d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab479d Color CSS Codes

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

#ab479d Text Font Color

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

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


#ab479d Background Color

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

This div background color is #ab479d


#ab479d Border Color

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

This div border color is #ab479d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,71,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 #ab479d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab479d


Comments

No comments written yet.

Please login to write comment.