Color Hex Logo

#ad254e Color Hex

#AD254E
(173,37,78)
0 Favorites   0 Comments

Color spaces of #ad254e

RGB 1733778
HSL0.950.650.41
HSV342°79°68°
CMYK 0.000.790.55   0.32
XYZ19.270310.75748.2685
Yxy10.75740.50320.2809
Hunter Lab32.798547.47798.0119
CIE-Lab39.168855.936710.4248

#ad254e color RGB value is (173,37,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100101 01001110
Octal 255 45 116
Decimal 173 37 78
Hex AD 25 4E

RGB Percentages of Color #ad254e

%60.07
%12.85
%27.08

CMYK Percentages of Color #ad254e

%0
%79
%55
%32

Triadic Colors of #ad254e

#ad254e #4ead25 #254ead

Analogous Colors of #ad254e

#ad254e #ad4025 #ad2592

Monochromatic Colors of #ad254e

#ad254e

Complementary Color

#ad254e #25ad84

#ad254e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad254e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad254e Color CSS Codes

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

#ad254e Text Font Color

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

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


#ad254e Background Color

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

This div background color is #ad254e


#ad254e Border Color

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

This div border color is #ad254e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad254e


Comments

No comments written yet.

Please login to write comment.