Color Hex Logo

#ad678e Color Hex

#AD678E
(173,103,142)
0 Favorites   0 Comments

Color spaces of #ad678e

RGB 173103142
HSL0.910.300.54
HSV327°40°68°
CMYK 0.000.400.18   0.32
XYZ26.966320.537728.1341
Yxy20.53770.35650.2715
Hunter Lab45.318526.9070-5.0847
CIE-Lab52.439833.5481-9.3862

#ad678e color RGB value is (173,103,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100111 10001110
Octal 255 147 216
Decimal 173 103 142
Hex AD 67 8E

RGB Percentages of Color #ad678e

%41.39
%24.64
%33.97

CMYK Percentages of Color #ad678e

%0
%40
%18
%32

Triadic Colors of #ad678e

#ad678e #8ead67 #678ead

Analogous Colors of #ad678e

#ad678e #ad676b #a967ad

Monochromatic Colors of #ad678e

#ad678e

Complementary Color

#ad678e #67ad86

#ad678e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad678e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad678e Color CSS Codes

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

#ad678e Text Font Color

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

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


#ad678e Background Color

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

This div background color is #ad678e


#ad678e Border Color

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

This div border color is #ad678e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad678e


Comments

No comments written yet.

Please login to write comment.