Color Hex Logo

#ad458b Color Hex

#AD458B
(173,69,139)
0 Favorites   0 Comments

Color spaces of #ad458b

RGB 17369139
HSL0.890.430.47
HSV320°60°68°
CMYK 0.000.600.20   0.32
XYZ24.021915.004626.0562
Yxy15.00460.36910.2305
Hunter Lab38.735842.9088-12.7673
CIE-Lab45.640550.4338-17.8924

#ad458b color RGB value is (173,69,139).

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

The process color (four color CMYK) of #ad458b color hex is 0.00, 0.60, 0.20, 0.32. Web safe color of #ad458b is #993399. Color #ad458b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000101 10001011
Octal 255 105 213
Decimal 173 69 139
Hex AD 45 8B

RGB Percentages of Color #ad458b

%45.41
%18.11
%36.48

CMYK Percentages of Color #ad458b

%0
%60
%20
%32

Triadic Colors of #ad458b

#ad458b #8bad45 #458bad

Analogous Colors of #ad458b

#ad458b #ad4557 #9b45ad

Monochromatic Colors of #ad458b

#ad458b

Complementary Color

#ad458b #45ad67

#ad458b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad458b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad458b Color CSS Codes

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

#ad458b Text Font Color

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

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


#ad458b Background Color

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

This div background color is #ad458b


#ad458b Border Color

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

This div border color is #ad458b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad458b


Comments

No comments written yet.

Please login to write comment.