Color Hex Logo

#af273c Color Hex

#AF273C
(175,39,60)
0 Favorites   0 Comments

Color spaces of #af273c

RGB 1753960
HSL0.970.640.42
HSV351°78°69°
CMYK 0.000.780.66   0.31
XYZ19.220310.89125.3642
Yxy10.89120.54180.3070
Hunter Lab33.001846.205413.4641
CIE-Lab39.396654.700622.1932

#af273c color RGB value is (175,39,60).

#af273c hex color red value is 175, green value is 39 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #af273c hue: 0.97 , saturation: 0.64 and the lightness value of af273c is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100111 00111100
Octal 257 47 74
Decimal 175 39 60
Hex AF 27 3C

RGB Percentages of Color #af273c

%63.87
%14.23
%21.90

CMYK Percentages of Color #af273c

%0
%78
%66
%31

Triadic Colors of #af273c

#af273c #3caf27 #273caf

Analogous Colors of #af273c

#af273c #af5627 #af2780

Monochromatic Colors of #af273c

#af273c

Complementary Color

#af273c #27af9a

#af273c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af273c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af273c Color CSS Codes

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

#af273c Text Font Color

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

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


#af273c Background Color

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

This div background color is #af273c


#af273c Border Color

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

This div border color is #af273c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af273c


Comments

No comments written yet.

Please login to write comment.