Color Hex Logo

#af2a9d Color Hex

#AF2A9D
(175,42,157)
0 Favorites   0 Comments

Color spaces of #af2a9d

RGB 17542157
HSL0.860.610.43
HSV308°76°69°
CMYK 0.000.760.10   0.31
XYZ24.593013.204233.1508
Yxy13.20420.34660.1861
Hunter Lab36.337657.2167-28.6540
CIE-Lab43.069364.0020-32.7035

#af2a9d color RGB value is (175,42,157).

#af2a9d hex color red value is 175, green value is 42 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #af2a9d hue: 0.86 , saturation: 0.61 and the lightness value of af2a9d is 0.43.

The process color (four color CMYK) of #af2a9d color hex is 0.00, 0.76, 0.10, 0.31. Web safe color of #af2a9d is #993399. Color #af2a9d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101010 10011101
Octal 257 52 235
Decimal 175 42 157
Hex AF 2A 9D

RGB Percentages of Color #af2a9d

%46.79
%11.23
%41.98

CMYK Percentages of Color #af2a9d

%0
%76
%10
%31

Triadic Colors of #af2a9d

#af2a9d #9daf2a #2a9daf

Analogous Colors of #af2a9d

#af2a9d #af2a5a #7f2aaf

Monochromatic Colors of #af2a9d

#af2a9d

Complementary Color

#af2a9d #2aaf3c

#af2a9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af2a9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af2a9d Color CSS Codes

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

#af2a9d Text Font Color

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

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


#af2a9d Background Color

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

This div background color is #af2a9d


#af2a9d Border Color

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

This div border color is #af2a9d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,42,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #af2a9d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #af2a9d;
  -webkit-box-shadow: 1px 1px 3px 2px #af2a9d;
  box-shadow:         1px 1px 3px 2px #af2a9d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,42,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af2a9d


Comments

No comments written yet.

Please login to write comment.