Color Hex Logo

#af428f Color Hex

#AF428F
(175,66,143)
0 Favorites   0 Comments

Color spaces of #af428f

RGB 17566143
HSL0.880.450.47
HSV318°62°69°
CMYK 0.000.620.18   0.31
XYZ24.585314.993627.5849
Yxy14.99360.36600.2232
Hunter Lab38.721645.5714-15.1326
CIE-Lab45.625452.9511-20.3007

#af428f color RGB value is (175,66,143).

#af428f hex color red value is 175, green value is 66 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #af428f hue: 0.88 , saturation: 0.45 and the lightness value of af428f is 0.47.

The process color (four color CMYK) of #af428f color hex is 0.00, 0.62, 0.18, 0.31. Web safe color of #af428f is #993399. Color #af428f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000010 10001111
Octal 257 102 217
Decimal 175 66 143
Hex AF 42 8F

RGB Percentages of Color #af428f

%45.57
%17.19
%37.24

CMYK Percentages of Color #af428f

%0
%62
%18
%31

Triadic Colors of #af428f

#af428f #8faf42 #428faf

Analogous Colors of #af428f

#af428f #af4258 #9942af

Monochromatic Colors of #af428f

#af428f

Complementary Color

#af428f #42af62

#af428f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af428f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af428f Color CSS Codes

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

#af428f Text Font Color

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

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


#af428f Background Color

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

This div background color is #af428f


#af428f Border Color

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

This div border color is #af428f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af428f


Comments

No comments written yet.

Please login to write comment.