Color Hex Logo

#af288a Color Hex

#AF288A
(175,40,138)
0 Favorites   0 Comments

Color spaces of #af288a

RGB 17540138
HSL0.880.630.42
HSV316°77°69°
CMYK 0.000.770.21   0.31
XYZ23.025412.466525.2375
Yxy12.46650.37910.2053
Hunter Lab35.307954.6165-17.6639
CIE-Lab41.948161.9160-22.9442

#af288a color RGB value is (175,40,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101000 10001010
Octal 257 50 212
Decimal 175 40 138
Hex AF 28 8A

RGB Percentages of Color #af288a

%49.58
%11.33
%39.09

CMYK Percentages of Color #af288a

%0
%77
%21
%31

Triadic Colors of #af288a

#af288a #8aaf28 #288aaf

Analogous Colors of #af288a

#af288a #af2846 #9128af

Monochromatic Colors of #af288a

#af288a

Complementary Color

#af288a #28af4d

#af288a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af288a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af288a Color CSS Codes

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

#af288a Text Font Color

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

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


#af288a Background Color

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

This div background color is #af288a


#af288a Border Color

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

This div border color is #af288a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af288a


Comments

No comments written yet.

Please login to write comment.