Color Hex Logo

#ad2969 Color Hex

#AD2969
(173,41,105)
0 Favorites   0 Comments

Color spaces of #ad2969

RGB 17341105
HSL0.920.620.42
HSV331°76°68°
CMYK 0.000.760.39   0.32
XYZ20.576311.490014.4979
Yxy11.49000.44190.2468
Hunter Lab33.896949.0346-1.6308
CIE-Lab40.393857.1479-4.8974

#ad2969 color RGB value is (173,41,105).

#ad2969 hex color red value is 173, green value is 41 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #ad2969 hue: 0.92 , saturation: 0.62 and the lightness value of ad2969 is 0.42.

The process color (four color CMYK) of #ad2969 color hex is 0.00, 0.76, 0.39, 0.32. Web safe color of #ad2969 is #993366. Color #ad2969 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00101001 01101001
Octal 255 51 151
Decimal 173 41 105
Hex AD 29 69

RGB Percentages of Color #ad2969

%54.23
%12.85
%32.92

CMYK Percentages of Color #ad2969

%0
%76
%39
%32

Triadic Colors of #ad2969

#ad2969 #69ad29 #2969ad

Analogous Colors of #ad2969

#ad2969 #ad2b29 #ad29ab

Monochromatic Colors of #ad2969

#ad2969

Complementary Color

#ad2969 #29ad6d

#ad2969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad2969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad2969 Color CSS Codes

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

#ad2969 Text Font Color

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

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


#ad2969 Background Color

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

This div background color is #ad2969


#ad2969 Border Color

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

This div border color is #ad2969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad2969


Comments

No comments written yet.

Please login to write comment.