Color Hex Logo

#af4662 Color Hex

#AF4662
(175,70,98)
0 Favorites   0 Comments

Color spaces of #af4662

RGB 1757098
HSL0.960.430.48
HSV344°60°69°
CMYK 0.000.600.44   0.31
XYZ22.074014.376113.1667
Yxy14.37610.44490.2897
Hunter Lab37.915837.56725.9520
CIE-Lab44.767545.40985.8703

#af4662 color RGB value is (175,70,98).

#af4662 hex color red value is 175, green value is 70 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #af4662 hue: 0.96 , saturation: 0.43 and the lightness value of af4662 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000110 01100010
Octal 257 106 142
Decimal 175 70 98
Hex AF 46 62

RGB Percentages of Color #af4662

%51.02
%20.41
%28.57

CMYK Percentages of Color #af4662

%0
%60
%44
%31

Triadic Colors of #af4662

#af4662 #62af46 #4662af

Analogous Colors of #af4662

#af4662 #af5f46 #af4697

Monochromatic Colors of #af4662

#af4662

Complementary Color

#af4662 #46af93

#af4662 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af4662 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af4662 Color CSS Codes

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

#af4662 Text Font Color

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

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


#af4662 Background Color

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

This div background color is #af4662


#af4662 Border Color

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

This div border color is #af4662


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af4662


Comments

No comments written yet.

Please login to write comment.