Color Hex Logo

#ad275f Color Hex

#AD275F
(173,39,95)
0 Favorites   0 Comments

Color spaces of #ad275f

RGB 1733995
HSL0.930.630.42
HSV335°77°68°
CMYK 0.000.770.45   0.32
XYZ20.024711.161511.9254
Yxy11.16150.46450.2589
Hunter Lab33.408848.52452.2224
CIE-Lab39.851256.77980.6049

#ad275f color RGB value is (173,39,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100111 01011111
Octal 255 47 137
Decimal 173 39 95
Hex AD 27 5F

RGB Percentages of Color #ad275f

%56.35
%12.70
%30.94

CMYK Percentages of Color #ad275f

%0
%77
%45
%32

Triadic Colors of #ad275f

#ad275f #5fad27 #275fad

Analogous Colors of #ad275f

#ad275f #ad3227 #ad27a2

Monochromatic Colors of #ad275f

#ad275f

Complementary Color

#ad275f #27ad75

#ad275f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad275f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad275f Color CSS Codes

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

#ad275f Text Font Color

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

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


#ad275f Background Color

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

This div background color is #ad275f


#ad275f Border Color

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

This div border color is #ad275f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad275f


Comments

No comments written yet.

Please login to write comment.