Color Hex Logo

#af3c66 Color Hex

#AF3C66
(175,60,102)
0 Favorites   0 Comments

Color spaces of #af3c66

RGB 17560102
HSL0.940.490.46
HSV338°66°69°
CMYK 0.000.660.42   0.31
XYZ21.693313.305013.9951
Yxy13.30500.44280.2716
Hunter Lab36.476042.32592.7849
CIE-Lab43.219350.30641.1687

#af3c66 color RGB value is (175,60,102).

#af3c66 hex color red value is 175, green value is 60 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #af3c66 hue: 0.94 , saturation: 0.49 and the lightness value of af3c66 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00111100 01100110
Octal 257 74 146
Decimal 175 60 102
Hex AF 3C 66

RGB Percentages of Color #af3c66

%51.93
%17.80
%30.27

CMYK Percentages of Color #af3c66

%0
%66
%42
%31

Triadic Colors of #af3c66

#af3c66 #66af3c #3c66af

Analogous Colors of #af3c66

#af3c66 #af4c3c #af3ca0

Monochromatic Colors of #af3c66

#af3c66

Complementary Color

#af3c66 #3caf85

#af3c66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af3c66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af3c66 Color CSS Codes

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

#af3c66 Text Font Color

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

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


#af3c66 Background Color

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

This div background color is #af3c66


#af3c66 Border Color

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

This div border color is #af3c66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af3c66


Comments

No comments written yet.

Please login to write comment.