Color Hex Logo

#ab678d Color Hex

#AB678D
(171,103,141)
0 Favorites   0 Comments

Color spaces of #ab678d

RGB 171103141
HSL0.910.290.54
HSV326°40°67°
CMYK 0.000.400.18   0.33
XYZ26.452620.281527.7198
Yxy20.28150.35530.2724
Hunter Lab45.035026.0359-4.9695
CIE-Lab52.154032.6802-9.2505

#ab678d color RGB value is (171,103,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100111 10001101
Octal 253 147 215
Decimal 171 103 141
Hex AB 67 8D

RGB Percentages of Color #ab678d

%41.20
%24.82
%33.98

CMYK Percentages of Color #ab678d

%0
%40
%18
%33

Triadic Colors of #ab678d

#ab678d #8dab67 #678dab

Analogous Colors of #ab678d

#ab678d #ab676b #a767ab

Monochromatic Colors of #ab678d

#ab678d

Complementary Color

#ab678d #67ab85

#ab678d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab678d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab678d Color CSS Codes

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

#ab678d Text Font Color

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

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


#ab678d Background Color

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

This div background color is #ab678d


#ab678d Border Color

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

This div border color is #ab678d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab678d


Comments

No comments written yet.

Please login to write comment.