Color Hex Logo

#af435e Color Hex

#AF435E
(175,67,94)
0 Favorites   0 Comments

Color spaces of #af435e

RGB 1756794
HSL0.960.450.47
HSV345°62°69°
CMYK 0.000.620.46   0.31
XYZ21.706713.936412.1356
Yxy13.93640.45430.2917
Hunter Lab37.331538.46026.8582
CIE-Lab44.141646.39387.4432

#af435e color RGB value is (175,67,94).

#af435e hex color red value is 175, green value is 67 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #af435e hue: 0.96 , saturation: 0.45 and the lightness value of af435e is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000011 01011110
Octal 257 103 136
Decimal 175 67 94
Hex AF 43 5E

RGB Percentages of Color #af435e

%52.08
%19.94
%27.98

CMYK Percentages of Color #af435e

%0
%62
%46
%31

Triadic Colors of #af435e

#af435e #5eaf43 #435eaf

Analogous Colors of #af435e

#af435e #af5e43 #af4394

Monochromatic Colors of #af435e

#af435e

Complementary Color

#af435e #43af94

#af435e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af435e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af435e Color CSS Codes

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

#af435e Text Font Color

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

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


#af435e Background Color

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

This div background color is #af435e


#af435e Border Color

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

This div border color is #af435e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af435e


Comments

No comments written yet.

Please login to write comment.