Color Hex Logo

#ad438a Color Hex

#AD438A
(173,67,138)
0 Favorites   0 Comments

Color spaces of #ad438a

RGB 17367138
HSL0.890.440.47
HSV320°61°68°
CMYK 0.000.610.20   0.32
XYZ23.828214.733525.6327
Yxy14.73350.37120.2295
Hunter Lab38.384243.6369-12.7244
CIE-Lab45.267051.1917-17.8600

#ad438a color RGB value is (173,67,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000011 10001010
Octal 255 103 212
Decimal 173 67 138
Hex AD 43 8A

RGB Percentages of Color #ad438a

%45.77
%17.72
%36.51

CMYK Percentages of Color #ad438a

%0
%61
%20
%32

Triadic Colors of #ad438a

#ad438a #8aad43 #438aad

Analogous Colors of #ad438a

#ad438a #ad4355 #9b43ad

Monochromatic Colors of #ad438a

#ad438a

Complementary Color

#ad438a #43ad66

#ad438a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad438a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad438a Color CSS Codes

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

#ad438a Text Font Color

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

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


#ad438a Background Color

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

This div background color is #ad438a


#ad438a Border Color

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

This div border color is #ad438a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad438a


Comments

No comments written yet.

Please login to write comment.