Color Hex Logo

#af362a Color Hex

#AF362A
(175,54,42)
0 Favorites   0 Comments

Color spaces of #af362a

RGB 1755442
HSL0.020.610.43
HSV76°69°
CMYK 0.000.690.76   0.31
XYZ19.416311.91953.4678
Yxy11.91950.55790.3425
Hunter Lab34.524639.968518.2119
CIE-Lab41.087948.404935.0315

#af362a color RGB value is (175,54,42).

#af362a hex color red value is 175, green value is 54 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #af362a hue: 0.02 , saturation: 0.61 and the lightness value of af362a is 0.43.

The process color (four color CMYK) of #af362a color hex is 0.00, 0.69, 0.76, 0.31. Web safe color of #af362a is #993333. Color #af362a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110110 00101010
Octal 257 66 52
Decimal 175 54 42
Hex AF 36 2A

RGB Percentages of Color #af362a

%64.58
%19.93
%15.50

CMYK Percentages of Color #af362a

%0
%69
%76
%31

Triadic Colors of #af362a

#af362a #2aaf36 #362aaf

Analogous Colors of #af362a

#af362a #af792a #af2a60

Monochromatic Colors of #af362a

#af362a

Complementary Color

#af362a #2aa3af

#af362a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af362a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af362a Color CSS Codes

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

#af362a Text Font Color

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

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


#af362a Background Color

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

This div background color is #af362a


#af362a Border Color

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

This div border color is #af362a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af362a


Comments

No comments written yet.

Please login to write comment.