Color Hex Logo

#ab478b Color Hex

#AB478B
(171,71,139)
0 Favorites   0 Comments

Color spaces of #ab478b

RGB 17171139
HSL0.890.410.47
HSV319°58°67°
CMYK 0.000.580.19   0.33
XYZ23.708015.028526.0773
Yxy15.02850.36580.2319
Hunter Lab38.766641.3214-12.7462
CIE-Lab45.673248.9098-17.8695

#ab478b color RGB value is (171,71,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000111 10001011
Octal 253 107 213
Decimal 171 71 139
Hex AB 47 8B

RGB Percentages of Color #ab478b

%44.88
%18.64
%36.48

CMYK Percentages of Color #ab478b

%0
%58
%19
%33

Triadic Colors of #ab478b

#ab478b #8bab47 #478bab

Analogous Colors of #ab478b

#ab478b #ab4759 #9947ab

Monochromatic Colors of #ab478b

#ab478b

Complementary Color

#ab478b #47ab67

#ab478b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab478b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab478b Color CSS Codes

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

#ab478b Text Font Color

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

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


#ab478b Background Color

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

This div background color is #ab478b


#ab478b Border Color

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

This div border color is #ab478b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab478b


Comments

No comments written yet.

Please login to write comment.