Color Hex Logo

#af434e Color Hex

#AF434E
(175,67,78)
0 Favorites   0 Comments

Color spaces of #af434e

RGB 1756778
HSL0.980.450.47
HSV354°62°69°
CMYK 0.000.620.55   0.31
XYZ21.061513.67838.7378
Yxy13.67830.48440.3146
Hunter Lab36.984236.928611.8812
CIE-Lab43.768044.945416.7814

#af434e color RGB value is (175,67,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000011 01001110
Octal 257 103 116
Decimal 175 67 78
Hex AF 43 4E

RGB Percentages of Color #af434e

%54.69
%20.94
%24.38

CMYK Percentages of Color #af434e

%0
%62
%55
%31

Triadic Colors of #af434e

#af434e #4eaf43 #434eaf

Analogous Colors of #af434e

#af434e #af6e43 #af4384

Monochromatic Colors of #af434e

#af434e

Complementary Color

#af434e #43afa4

#af434e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af434e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af434e Color CSS Codes

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

#af434e Text Font Color

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

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


#af434e Background Color

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

This div background color is #af434e


#af434e Border Color

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

This div border color is #af434e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af434e


Comments

No comments written yet.

Please login to write comment.