Color Hex Logo

#af3980 Color Hex

#AF3980
(175,57,128)
0 Favorites   0 Comments

Color spaces of #af3980

RGB 17557128
HSL0.900.510.45
HSV324°67°69°
CMYK 0.000.670.27   0.31
XYZ23.038613.598721.8326
Yxy13.59870.39400.2326
Hunter Lab36.876446.9844-9.2890
CIE-Lab43.651854.6320-14.2129

#af3980 color RGB value is (175,57,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00111001 10000000
Octal 257 71 200
Decimal 175 57 128
Hex AF 39 80

RGB Percentages of Color #af3980

%48.61
%15.83
%35.56

CMYK Percentages of Color #af3980

%0
%67
%27
%31

Triadic Colors of #af3980

#af3980 #80af39 #3980af

Analogous Colors of #af3980

#af3980 #af3945 #a339af

Monochromatic Colors of #af3980

#af3980

Complementary Color

#af3980 #39af68

#af3980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af3980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af3980 Color CSS Codes

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

#af3980 Text Font Color

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

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


#af3980 Background Color

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

This div background color is #af3980


#af3980 Border Color

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

This div border color is #af3980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af3980


Comments

No comments written yet.

Please login to write comment.