Color Hex Logo

#ad669d Color Hex

#AD669D
(173,102,157)
0 Favorites   0 Comments

Color spaces of #ad669d

RGB 173102157
HSL0.870.300.54
HSV314°41°68°
CMYK 0.000.410.09   0.32
XYZ28.070820.821334.4377
Yxy20.82130.33690.2499
Hunter Lab45.630429.9562-12.8055
CIE-Lab52.753436.6221-17.7259

#ad669d color RGB value is (173,102,157).

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

The process color (four color CMYK) of #ad669d color hex is 0.00, 0.41, 0.09, 0.32. Web safe color of #ad669d is #996699. Color #ad669d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100110 10011101
Octal 255 146 235
Decimal 173 102 157
Hex AD 66 9D

RGB Percentages of Color #ad669d

%40.05
%23.61
%36.34

CMYK Percentages of Color #ad669d

%0
%41
%9
%32

Triadic Colors of #ad669d

#ad669d #9dad66 #669dad

Analogous Colors of #ad669d

#ad669d #ad667a #9a66ad

Monochromatic Colors of #ad669d

#ad669d

Complementary Color

#ad669d #66ad76

#ad669d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad669d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad669d Color CSS Codes

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

#ad669d Text Font Color

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

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


#ad669d Background Color

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

This div background color is #ad669d


#ad669d Border Color

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

This div border color is #ad669d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,102,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad669d


Comments

No comments written yet.

Please login to write comment.