Color Hex Logo

#af243d Color Hex

#AF243D
(175,36,61)
0 Favorites   0 Comments

Color spaces of #af243d

RGB 1753661
HSL0.970.660.41
HSV349°79°69°
CMYK 0.000.790.65   0.31
XYZ19.152410.71265.4732
Yxy10.71260.54200.3031
Hunter Lab32.730147.173612.9965
CIE-Lab39.092155.667021.1750

#af243d color RGB value is (175,36,61).

#af243d hex color red value is 175, green value is 36 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #af243d hue: 0.97 , saturation: 0.66 and the lightness value of af243d is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100100 00111101
Octal 257 44 75
Decimal 175 36 61
Hex AF 24 3D

RGB Percentages of Color #af243d

%64.34
%13.24
%22.43

CMYK Percentages of Color #af243d

%0
%79
%65
%31

Triadic Colors of #af243d

#af243d #3daf24 #243daf

Analogous Colors of #af243d

#af243d #af5124 #af2483

Monochromatic Colors of #af243d

#af243d

Complementary Color

#af243d #24af96

#af243d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af243d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af243d Color CSS Codes

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

#af243d Text Font Color

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

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


#af243d Background Color

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

This div background color is #af243d


#af243d Border Color

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

This div border color is #af243d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,36,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 #af243d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af243d


Comments

No comments written yet.

Please login to write comment.