Color Hex Logo

#ad295f Color Hex

#AD295F
(173,41,95)
0 Favorites   0 Comments

Color spaces of #ad295f

RGB 1734195
HSL0.930.620.42
HSV335°76°68°
CMYK 0.000.760.45   0.32
XYZ20.092111.296311.9479
Yxy11.29630.46360.2607
Hunter Lab33.610047.89022.4502
CIE-Lab40.075156.14790.9308

#ad295f color RGB value is (173,41,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00101001 01011111
Octal 255 51 137
Decimal 173 41 95
Hex AD 29 5F

RGB Percentages of Color #ad295f

%55.99
%13.27
%30.74

CMYK Percentages of Color #ad295f

%0
%76
%45
%32

Triadic Colors of #ad295f

#ad295f #5fad29 #295fad

Analogous Colors of #ad295f

#ad295f #ad3529 #ad29a1

Monochromatic Colors of #ad295f

#ad295f

Complementary Color

#ad295f #29ad77

#ad295f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad295f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad295f Color CSS Codes

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

#ad295f Text Font Color

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

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


#ad295f Background Color

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

This div background color is #ad295f


#ad295f Border Color

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

This div border color is #ad295f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad295f


Comments

No comments written yet.

Please login to write comment.