Color Hex Logo

#ad457e Color Hex

#AD457E
(173,69,126)
0 Favorites   0 Comments

Color spaces of #ad457e

RGB 17369126
HSL0.910.430.47
HSV327°60°68°
CMYK 0.000.600.27   0.32
XYZ23.127614.646821.3468
Yxy14.64680.39120.2477
Hunter Lab38.271140.8947-6.2809
CIE-Lab45.146648.5900-10.7610

#ad457e color RGB value is (173,69,126).

#ad457e hex color red value is 173, green value is 69 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ad457e hue: 0.91 , saturation: 0.43 and the lightness value of ad457e is 0.47.

The process color (four color CMYK) of #ad457e color hex is 0.00, 0.60, 0.27, 0.32. Web safe color of #ad457e is #993366. Color #ad457e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000101 01111110
Octal 255 105 176
Decimal 173 69 126
Hex AD 45 7E

RGB Percentages of Color #ad457e

%47.01
%18.75
%34.24

CMYK Percentages of Color #ad457e

%0
%60
%27
%32

Triadic Colors of #ad457e

#ad457e #7ead45 #457ead

Analogous Colors of #ad457e

#ad457e #ad454a #a845ad

Monochromatic Colors of #ad457e

#ad457e

Complementary Color

#ad457e #45ad74

#ad457e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad457e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad457e Color CSS Codes

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

#ad457e Text Font Color

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

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


#ad457e Background Color

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

This div background color is #ad457e


#ad457e Border Color

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

This div border color is #ad457e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad457e


Comments

No comments written yet.

Please login to write comment.