Color Hex Logo

#af1276 Color Hex

#AF1276
(175,18,118)
0 Favorites   0 Comments

Color spaces of #af1276

RGB 17518118
HSL0.890.810.38
HSV322°90°69°
CMYK 0.000.900.33   0.31
XYZ21.165510.854618.1191
Yxy10.85460.42210.2165
Hunter Lab32.946357.0166-9.5446
CIE-Lab39.334564.5526-14.6032

#af1276 color RGB value is (175,18,118).

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

The process color (four color CMYK) of #af1276 color hex is 0.00, 0.90, 0.33, 0.31. Web safe color of #af1276 is #990066. Color #af1276 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010010 01110110
Octal 257 22 166
Decimal 175 18 118
Hex AF 12 76

RGB Percentages of Color #af1276

%56.27
%5.79
%37.94

CMYK Percentages of Color #af1276

%0
%90
%33
%31

Triadic Colors of #af1276

#af1276 #76af12 #1276af

Analogous Colors of #af1276

#af1276 #af1228 #9a12af

Monochromatic Colors of #af1276

#af1276

Complementary Color

#af1276 #12af4b

#af1276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af1276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af1276 Color CSS Codes

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

#af1276 Text Font Color

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

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


#af1276 Background Color

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

This div background color is #af1276


#af1276 Border Color

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

This div border color is #af1276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af1276


Comments

No comments written yet.

Please login to write comment.