Color Hex Logo

#af243b Color Hex

#AF243B
(175,36,59)
0 Favorites   0 Comments

Color spaces of #af243b

RGB 1753659
HSL0.970.660.41
HSV350°79°69°
CMYK 0.000.790.66   0.31
XYZ19.099510.69155.1947
Yxy10.69150.54590.3056
Hunter Lab32.697947.044313.4691
CIE-Lab39.055955.552922.3864

#af243b color RGB value is (175,36,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100100 00111011
Octal 257 44 73
Decimal 175 36 59
Hex AF 24 3B

RGB Percentages of Color #af243b

%64.81
%13.33
%21.85

CMYK Percentages of Color #af243b

%0
%79
%66
%31

Triadic Colors of #af243b

#af243b #3baf24 #243baf

Analogous Colors of #af243b

#af243b #af5324 #af2481

Monochromatic Colors of #af243b

#af243b

Complementary Color

#af243b #24af98

#af243b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af243b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af243b Color CSS Codes

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

#af243b Text Font Color

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

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


#af243b Background Color

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

This div background color is #af243b


#af243b Border Color

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

This div border color is #af243b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af243b


Comments

No comments written yet.

Please login to write comment.