Color Hex Logo

#af1289 Color Hex

#AF1289
(175,18,137)
0 Favorites   0 Comments

Color spaces of #af1289

RGB 17518137
HSL0.870.810.38
HSV315°90°69°
CMYK 0.000.900.22   0.31
XYZ22.410911.352724.6770
Yxy11.35270.38350.1943
Hunter Lab33.693859.7625-19.8378
CIE-Lab40.168366.7900-25.0966

#af1289 color RGB value is (175,18,137).

#af1289 hex color red value is 175, green value is 18 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #af1289 hue: 0.87 , saturation: 0.81 and the lightness value of af1289 is 0.38.

The process color (four color CMYK) of #af1289 color hex is 0.00, 0.90, 0.22, 0.31. Web safe color of #af1289 is #990099. Color #af1289 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010010 10001001
Octal 257 22 211
Decimal 175 18 137
Hex AF 12 89

RGB Percentages of Color #af1289

%53.03
%5.45
%41.52

CMYK Percentages of Color #af1289

%0
%90
%22
%31

Triadic Colors of #af1289

#af1289 #89af12 #1289af

Analogous Colors of #af1289

#af1289 #af123b #8712af

Monochromatic Colors of #af1289

#af1289

Complementary Color

#af1289 #12af38

#af1289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af1289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af1289 Color CSS Codes

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

#af1289 Text Font Color

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

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


#af1289 Background Color

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

This div background color is #af1289


#af1289 Border Color

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

This div border color is #af1289


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af1289


Comments

No comments written yet.

Please login to write comment.