Color Hex Logo

#ab678e Color Hex

#AB678E
(171,103,142)
0 Favorites   0 Comments

Color spaces of #ab678e

RGB 171103142
HSL0.900.290.54
HSV326°40°67°
CMYK 0.000.400.17   0.33
XYZ26.527320.311428.1135
Yxy20.31140.35390.2710
Hunter Lab45.068226.1965-5.4373
CIE-Lab52.187532.8429-9.7901

#ab678e color RGB value is (171,103,142).

#ab678e hex color red value is 171, green value is 103 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ab678e hue: 0.90 , saturation: 0.29 and the lightness value of ab678e is 0.54.

The process color (four color CMYK) of #ab678e color hex is 0.00, 0.40, 0.17, 0.33. Web safe color of #ab678e is #996699. Color #ab678e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100111 10001110
Octal 253 147 216
Decimal 171 103 142
Hex AB 67 8E

RGB Percentages of Color #ab678e

%41.11
%24.76
%34.13

CMYK Percentages of Color #ab678e

%0
%40
%17
%33

Triadic Colors of #ab678e

#ab678e #8eab67 #678eab

Analogous Colors of #ab678e

#ab678e #ab676c #a667ab

Monochromatic Colors of #ab678e

#ab678e

Complementary Color

#ab678e #67ab84

#ab678e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab678e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab678e Color CSS Codes

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

#ab678e Text Font Color

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

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


#ab678e Background Color

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

This div background color is #ab678e


#ab678e Border Color

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

This div border color is #ab678e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab678e


Comments

No comments written yet.

Please login to write comment.