Color Hex Logo

#ad055f Color Hex

#AD055F
(173,5,95)
0 Favorites   0 Comments

Color spaces of #ad055f

RGB 173595
HSL0.910.940.35
HSV328°97°68°
CMYK 0.000.970.45   0.32
XYZ19.35349.819011.7017
Yxy9.81900.47350.2402
Hunter Lab31.335355.4090-0.2063
CIE-Lab37.515663.4843-2.8198

#ad055f color RGB value is (173,5,95).

#ad055f hex color red value is 173, green value is 5 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ad055f hue: 0.91 , saturation: 0.94 and the lightness value of ad055f is 0.35.

The process color (four color CMYK) of #ad055f color hex is 0.00, 0.97, 0.45, 0.32. Web safe color of #ad055f is #990066. Color #ad055f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000101 01011111
Octal 255 5 137
Decimal 173 5 95
Hex AD 5 5F

RGB Percentages of Color #ad055f

%63.37
%1.83
%34.80

CMYK Percentages of Color #ad055f

%0
%97
%45
%32

Triadic Colors of #ad055f

#ad055f #5fad05 #055fad

Analogous Colors of #ad055f

#ad055f #ad050b #a705ad

Monochromatic Colors of #ad055f

#ad055f

Complementary Color

#ad055f #05ad53

#ad055f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad055f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad055f Color CSS Codes

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

#ad055f Text Font Color

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

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


#ad055f Background Color

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

This div background color is #ad055f


#ad055f Border Color

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

This div border color is #ad055f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad055f


Comments

No comments written yet.

Please login to write comment.