Color Hex Logo

#af1780 Color Hex

#AF1780
(175,23,128)
0 Favorites   0 Comments

Color spaces of #af1780

RGB 17523128
HSL0.880.770.39
HSV319°87°69°
CMYK 0.000.870.27   0.31
XYZ21.881911.285321.4470
Yxy11.28530.40070.2066
Hunter Lab33.593657.4809-14.3367
CIE-Lab40.056964.8202-19.7178

#af1780 color RGB value is (175,23,128).

#af1780 hex color red value is 175, green value is 23 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #af1780 hue: 0.88 , saturation: 0.77 and the lightness value of af1780 is 0.39.

The process color (four color CMYK) of #af1780 color hex is 0.00, 0.87, 0.27, 0.31. Web safe color of #af1780 is #990099. Color #af1780 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010111 10000000
Octal 257 27 200
Decimal 175 23 128
Hex AF 17 80

RGB Percentages of Color #af1780

%53.68
%7.06
%39.26

CMYK Percentages of Color #af1780

%0
%87
%27
%31

Triadic Colors of #af1780

#af1780 #80af17 #1780af

Analogous Colors of #af1780

#af1780 #af1734 #9217af

Monochromatic Colors of #af1780

#af1780

Complementary Color

#af1780 #17af46

#af1780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af1780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af1780 Color CSS Codes

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

#af1780 Text Font Color

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

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


#af1780 Background Color

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

This div background color is #af1780


#af1780 Border Color

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

This div border color is #af1780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af1780


Comments

No comments written yet.

Please login to write comment.