Color Hex Logo

#ad257a Color Hex

#AD257A
(173,37,122)
0 Favorites   0 Comments

Color spaces of #ad257a

RGB 17337122
HSL0.900.650.41
HSV323°79°68°
CMYK 0.000.790.29   0.32
XYZ21.408011.612519.5255
Yxy11.61250.40740.2210
Hunter Lab34.077152.5027-10.1180
CIE-Lab40.593560.2789-15.2081

#ad257a color RGB value is (173,37,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100101 01111010
Octal 255 45 172
Decimal 173 37 122
Hex AD 25 7A

RGB Percentages of Color #ad257a

%52.11
%11.14
%36.75

CMYK Percentages of Color #ad257a

%0
%79
%29
%32

Triadic Colors of #ad257a

#ad257a #7aad25 #257aad

Analogous Colors of #ad257a

#ad257a #ad2536 #9c25ad

Monochromatic Colors of #ad257a

#ad257a

Complementary Color

#ad257a #25ad58

#ad257a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad257a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad257a Color CSS Codes

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

#ad257a Text Font Color

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

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


#ad257a Background Color

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

This div background color is #ad257a


#ad257a Border Color

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

This div border color is #ad257a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad257a


Comments

No comments written yet.

Please login to write comment.