Color Hex Logo

#ad2769 Color Hex

#AD2769
(173,39,105)
0 Favorites   0 Comments

Color spaces of #ad2769

RGB 17339105
HSL0.920.630.42
HSV330°77°68°
CMYK 0.000.770.39   0.32
XYZ20.508911.355214.4754
Yxy11.35520.44260.2450
Hunter Lab33.697549.6678-1.8809
CIE-Lab40.172457.7741-5.2262

#ad2769 color RGB value is (173,39,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100111 01101001
Octal 255 47 151
Decimal 173 39 105
Hex AD 27 69

RGB Percentages of Color #ad2769

%54.57
%12.30
%33.12

CMYK Percentages of Color #ad2769

%0
%77
%39
%32

Triadic Colors of #ad2769

#ad2769 #69ad27 #2769ad

Analogous Colors of #ad2769

#ad2769 #ad2827 #ad27ac

Monochromatic Colors of #ad2769

#ad2769

Complementary Color

#ad2769 #27ad6b

#ad2769 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad2769 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad2769 Color CSS Codes

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

#ad2769 Text Font Color

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

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


#ad2769 Background Color

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

This div background color is #ad2769


#ad2769 Border Color

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

This div border color is #ad2769


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad2769


Comments

No comments written yet.

Please login to write comment.