Color Hex Logo

#af3679 Color Hex

#AF3679
(175,54,121)
0 Favorites   0 Comments

Color spaces of #af3679

RGB 17554121
HSL0.910.530.45
HSV327°69°69°
CMYK 0.000.690.31   0.31
XYZ22.449613.132819.4408
Yxy13.13280.40800.2387
Hunter Lab36.239247.1592-6.4391
CIE-Lab42.962754.9229-10.9600

#af3679 color RGB value is (175,54,121).

#af3679 hex color red value is 175, green value is 54 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #af3679 hue: 0.91 , saturation: 0.53 and the lightness value of af3679 is 0.45.

The process color (four color CMYK) of #af3679 color hex is 0.00, 0.69, 0.31, 0.31. Web safe color of #af3679 is #993366. Color #af3679 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110110 01111001
Octal 257 66 171
Decimal 175 54 121
Hex AF 36 79

RGB Percentages of Color #af3679

%50.00
%15.43
%34.57

CMYK Percentages of Color #af3679

%0
%69
%31
%31

Triadic Colors of #af3679

#af3679 #79af36 #3679af

Analogous Colors of #af3679

#af3679 #af363c #a936af

Monochromatic Colors of #af3679

#af3679

Complementary Color

#af3679 #36af6c

#af3679 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af3679 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af3679 Color CSS Codes

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

#af3679 Text Font Color

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

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


#af3679 Background Color

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

This div background color is #af3679


#af3679 Border Color

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

This div border color is #af3679


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af3679


Comments

No comments written yet.

Please login to write comment.