Color Hex Logo

#af3280 Color Hex

#AF3280
(175,50,128)
0 Favorites   0 Comments

Color spaces of #af3280

RGB 17550128
HSL0.900.560.44
HSV323°71°69°
CMYK 0.000.710.27   0.31
XYZ22.716112.953721.7251
Yxy12.95370.39580.2257
Hunter Lab35.991249.6767-10.5949
CIE-Lab42.693457.3017-15.6729

#af3280 color RGB value is (175,50,128).

#af3280 hex color red value is 175, green value is 50 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #af3280 hue: 0.90 , saturation: 0.56 and the lightness value of af3280 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110010 10000000
Octal 257 62 200
Decimal 175 50 128
Hex AF 32 80

RGB Percentages of Color #af3280

%49.58
%14.16
%36.26

CMYK Percentages of Color #af3280

%0
%71
%27
%31

Triadic Colors of #af3280

#af3280 #80af32 #3280af

Analogous Colors of #af3280

#af3280 #af3241 #a032af

Monochromatic Colors of #af3280

#af3280

Complementary Color

#af3280 #32af61

#af3280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af3280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af3280 Color CSS Codes

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

#af3280 Text Font Color

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

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


#af3280 Background Color

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

This div background color is #af3280


#af3280 Border Color

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

This div border color is #af3280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af3280


Comments

No comments written yet.

Please login to write comment.