Color Hex Logo

#ad248a Color Hex

#AD248A
(173,36,138)
0 Favorites   0 Comments

Color spaces of #ad248a

RGB 17336138
HSL0.880.660.41
HSV315°79°68°
CMYK 0.000.790.20   0.32
XYZ22.451911.981025.1740
Yxy11.98100.37670.2010
Hunter Lab34.613655.2092-18.8913
CIE-Lab41.185962.5919-24.1553

#ad248a color RGB value is (173,36,138).

#ad248a hex color red value is 173, green value is 36 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ad248a hue: 0.88 , saturation: 0.66 and the lightness value of ad248a is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100100 10001010
Octal 255 44 212
Decimal 173 36 138
Hex AD 24 8A

RGB Percentages of Color #ad248a

%49.86
%10.37
%39.77

CMYK Percentages of Color #ad248a

%0
%79
%20
%32

Triadic Colors of #ad248a

#ad248a #8aad24 #248aad

Analogous Colors of #ad248a

#ad248a #ad2446 #8c24ad

Monochromatic Colors of #ad248a

#ad248a

Complementary Color

#ad248a #24ad47

#ad248a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad248a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad248a Color CSS Codes

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

#ad248a Text Font Color

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

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


#ad248a Background Color

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

This div background color is #ad248a


#ad248a Border Color

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

This div border color is #ad248a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad248a


Comments

No comments written yet.

Please login to write comment.