Color Hex Logo

#ab478d Color Hex

#AB478D
(171,71,141)
0 Favorites   0 Comments

Color spaces of #ab478d

RGB 17171141
HSL0.880.410.47
HSV318°58°67°
CMYK 0.000.580.18   0.33
XYZ23.855515.087526.8542
Yxy15.08750.36260.2293
Hunter Lab38.842641.6525-13.8008
CIE-Lab45.753849.2138-18.9519

#ab478d color RGB value is (171,71,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000111 10001101
Octal 253 107 215
Decimal 171 71 141
Hex AB 47 8D

RGB Percentages of Color #ab478d

%44.65
%18.54
%36.81

CMYK Percentages of Color #ab478d

%0
%58
%18
%33

Triadic Colors of #ab478d

#ab478d #8dab47 #478dab

Analogous Colors of #ab478d

#ab478d #ab475b #9747ab

Monochromatic Colors of #ab478d

#ab478d

Complementary Color

#ab478d #47ab65

#ab478d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab478d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab478d Color CSS Codes

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

#ab478d Text Font Color

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

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


#ab478d Background Color

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

This div background color is #ab478d


#ab478d Border Color

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

This div border color is #ab478d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab478d


Comments

No comments written yet.

Please login to write comment.