Color Hex Logo

#ad255f Color Hex

#AD255F
(173,37,95)
0 Favorites   0 Comments

Color spaces of #ad255f

RGB 1733795
HSL0.930.650.41
HSV334°79°68°
CMYK 0.000.790.45   0.32
XYZ19.960711.033611.9041
Yxy11.03360.46530.2572
Hunter Lab33.216949.13482.0037
CIE-Lab39.637057.38550.2926

#ad255f color RGB value is (173,37,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100101 01011111
Octal 255 45 137
Decimal 173 37 95
Hex AD 25 5F

RGB Percentages of Color #ad255f

%56.72
%12.13
%31.15

CMYK Percentages of Color #ad255f

%0
%79
%45
%32

Triadic Colors of #ad255f

#ad255f #5fad25 #255fad

Analogous Colors of #ad255f

#ad255f #ad2f25 #ad25a3

Monochromatic Colors of #ad255f

#ad255f

Complementary Color

#ad255f #25ad73

#ad255f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad255f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad255f Color CSS Codes

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

#ad255f Text Font Color

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

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


#ad255f Background Color

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

This div background color is #ad255f


#ad255f Border Color

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

This div border color is #ad255f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad255f


Comments

No comments written yet.

Please login to write comment.