Color Hex Logo

#af4280 Color Hex

#AF4280
(175,66,128)
0 Favorites   0 Comments

Color spaces of #af4280

RGB 17566128
HSL0.910.450.47
HSV326°62°69°
CMYK 0.000.620.27   0.31
XYZ23.523714.568921.9943
Yxy14.56890.39150.2425
Hunter Lab38.169243.2134-7.4463
CIE-Lab45.038050.8301-12.1113

#af4280 color RGB value is (175,66,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000010 10000000
Octal 257 102 200
Decimal 175 66 128
Hex AF 42 80

RGB Percentages of Color #af4280

%47.43
%17.89
%34.69

CMYK Percentages of Color #af4280

%0
%62
%27
%31

Triadic Colors of #af4280

#af4280 #80af42 #4280af

Analogous Colors of #af4280

#af4280 #af4249 #a842af

Monochromatic Colors of #af4280

#af4280

Complementary Color

#af4280 #42af71

#af4280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af4280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af4280 Color CSS Codes

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

#af4280 Text Font Color

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

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


#af4280 Background Color

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

This div background color is #af4280


#af4280 Border Color

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

This div border color is #af4280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af4280


Comments

No comments written yet.

Please login to write comment.