Color Hex Logo

#af434b Color Hex

#AF434B
(175,67,75)
0 Favorites   0 Comments

Color spaces of #af434b

RGB 1756775
HSL0.990.450.47
HSV356°62°69°
CMYK 0.000.620.57   0.31
XYZ20.956413.63638.1842
Yxy13.63630.48990.3188
Hunter Lab36.927436.676512.7087
CIE-Lab43.706844.705318.5376

#af434b color RGB value is (175,67,75).

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

The process color (four color CMYK) of #af434b color hex is 0.00, 0.62, 0.57, 0.31. Web safe color of #af434b is #993333. Color #af434b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000011 01001011
Octal 257 103 113
Decimal 175 67 75
Hex AF 43 4B

RGB Percentages of Color #af434b

%55.21
%21.14
%23.66

CMYK Percentages of Color #af434b

%0
%62
%57
%31

Triadic Colors of #af434b

#af434b #4baf43 #434baf

Analogous Colors of #af434b

#af434b #af7143 #af4381

Monochromatic Colors of #af434b

#af434b

Complementary Color

#af434b #43afa7

#af434b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af434b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af434b Color CSS Codes

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

#af434b Text Font Color

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

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


#af434b Background Color

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

This div background color is #af434b


#af434b Border Color

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

This div border color is #af434b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af434b


Comments

No comments written yet.

Please login to write comment.