Color Hex Logo

#ad2d7f Color Hex

#AD2D7F
(173,45,127)
0 Favorites   0 Comments

Color spaces of #ad2d7f

RGB 17345127
HSL0.890.590.43
HSV322°74°68°
CMYK 0.000.740.27   0.32
XYZ22.002712.293321.2918
Yxy12.29330.39580.2212
Hunter Lab35.061850.6578-11.4615
CIE-Lab41.678558.3933-16.6405

#ad2d7f color RGB value is (173,45,127).

#ad2d7f hex color red value is 173, green value is 45 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ad2d7f hue: 0.89 , saturation: 0.59 and the lightness value of ad2d7f is 0.43.

The process color (four color CMYK) of #ad2d7f color hex is 0.00, 0.74, 0.27, 0.32. Web safe color of #ad2d7f is #993366. Color #ad2d7f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00101101 01111111
Octal 255 55 177
Decimal 173 45 127
Hex AD 2D 7F

RGB Percentages of Color #ad2d7f

%50.14
%13.04
%36.81

CMYK Percentages of Color #ad2d7f

%0
%74
%27
%32

Triadic Colors of #ad2d7f

#ad2d7f #7fad2d #2d7fad

Analogous Colors of #ad2d7f

#ad2d7f #ad2d3f #9b2dad

Monochromatic Colors of #ad2d7f

#ad2d7f

Complementary Color

#ad2d7f #2dad5b

#ad2d7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad2d7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad2d7f Color CSS Codes

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

#ad2d7f Text Font Color

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

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


#ad2d7f Background Color

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

This div background color is #ad2d7f


#ad2d7f Border Color

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

This div border color is #ad2d7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad2d7f


Comments

No comments written yet.

Please login to write comment.