Color Hex Logo

#af463b Color Hex

#AF463B
(175,70,59)
0 Favorites   0 Comments

Color spaces of #af463b

RGB 1757059
HSL0.020.500.46
HSV66°69°
CMYK 0.000.600.66   0.31
XYZ20.658813.81005.7144
Yxy13.81000.51410.3437
Hunter Lab37.161834.197616.8962
CIE-Lab43.959242.180528.4978

#af463b color RGB value is (175,70,59).

#af463b hex color red value is 175, green value is 70 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #af463b hue: 0.02 , saturation: 0.50 and the lightness value of af463b is 0.46.

The process color (four color CMYK) of #af463b color hex is 0.00, 0.60, 0.66, 0.31. Web safe color of #af463b is #993333. Color #af463b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000110 00111011
Octal 257 106 73
Decimal 175 70 59
Hex AF 46 3B

RGB Percentages of Color #af463b

%57.57
%23.03
%19.41

CMYK Percentages of Color #af463b

%0
%60
%66
%31

Triadic Colors of #af463b

#af463b #3baf46 #463baf

Analogous Colors of #af463b

#af463b #af803b #af3b6a

Monochromatic Colors of #af463b

#af463b

Complementary Color

#af463b #3ba4af

#af463b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af463b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af463b Color CSS Codes

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

#af463b Text Font Color

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

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


#af463b Background Color

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

This div background color is #af463b


#af463b Border Color

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

This div border color is #af463b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af463b


Comments

No comments written yet.

Please login to write comment.