Color Hex Logo

#af343d Color Hex

#AF343D
(175,52,61)
0 Favorites   0 Comments

Color spaces of #af343d

RGB 1755261
HSL0.990.540.45
HSV356°70°69°
CMYK 0.000.700.65   0.31
XYZ19.749511.90695.6722
Yxy11.90690.52910.3190
Hunter Lab34.506441.777214.4083
CIE-Lab41.067850.166523.6973

#af343d color RGB value is (175,52,61).

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

The process color (four color CMYK) of #af343d color hex is 0.00, 0.70, 0.65, 0.31. Web safe color of #af343d is #993333. Color #af343d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110100 00111101
Octal 257 64 75
Decimal 175 52 61
Hex AF 34 3D

RGB Percentages of Color #af343d

%60.76
%18.06
%21.18

CMYK Percentages of Color #af343d

%0
%70
%65
%31

Triadic Colors of #af343d

#af343d #3daf34 #343daf

Analogous Colors of #af343d

#af343d #af6934 #af347b

Monochromatic Colors of #af343d

#af343d

Complementary Color

#af343d #34afa6

#af343d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af343d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af343d Color CSS Codes

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

#af343d Text Font Color

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

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


#af343d Background Color

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

This div background color is #af343d


#af343d Border Color

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

This div border color is #af343d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af343d


Comments

No comments written yet.

Please login to write comment.