Color Hex Logo

#af28aa Color Hex

#AF28AA
(175,40,170)
0 Favorites   0 Comments

Color spaces of #af28aa

RGB 17540170
HSL0.840.630.42
HSV302°77°69°
CMYK 0.000.770.03   0.31
XYZ25.693713.533839.2883
Yxy13.53380.32720.1724
Hunter Lab36.788360.2885-37.5673
CIE-Lab43.556866.5850-39.7009

#af28aa color RGB value is (175,40,170).

#af28aa hex color red value is 175, green value is 40 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #af28aa hue: 0.84 , saturation: 0.63 and the lightness value of af28aa is 0.42.

The process color (four color CMYK) of #af28aa color hex is 0.00, 0.77, 0.03, 0.31. Web safe color of #af28aa is #993399. Color #af28aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101000 10101010
Octal 257 50 252
Decimal 175 40 170
Hex AF 28 AA

RGB Percentages of Color #af28aa

%45.45
%10.39
%44.16

CMYK Percentages of Color #af28aa

%0
%77
%3
%31

Triadic Colors of #af28aa

#af28aa #aaaf28 #28aaaf

Analogous Colors of #af28aa

#af28aa #af2867 #7128af

Monochromatic Colors of #af28aa

#af28aa

Complementary Color

#af28aa #28af2d

#af28aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af28aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#af28aa Color CSS Codes

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

#af28aa Text Font Color

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

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


#af28aa Background Color

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

This div background color is #af28aa


#af28aa Border Color

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

This div border color is #af28aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af28aa


Comments

No comments written yet.

Please login to write comment.