Color Hex Logo

#af263c Color Hex

#AF263C
(175,38,60)
0 Favorites   0 Comments

Color spaces of #af263c

RGB 1753860
HSL0.970.640.42
HSV350°78°69°
CMYK 0.000.780.66   0.31
XYZ19.187910.82645.3534
Yxy10.82640.54250.3061
Hunter Lab32.903546.512413.3860
CIE-Lab39.286555.010122.0527

#af263c color RGB value is (175,38,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100110 00111100
Octal 257 46 74
Decimal 175 38 60
Hex AF 26 3C

RGB Percentages of Color #af263c

%64.10
%13.92
%21.98

CMYK Percentages of Color #af263c

%0
%78
%66
%31

Triadic Colors of #af263c

#af263c #3caf26 #263caf

Analogous Colors of #af263c

#af263c #af5526 #af2681

Monochromatic Colors of #af263c

#af263c

Complementary Color

#af263c #26af99

#af263c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af263c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af263c Color CSS Codes

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

#af263c Text Font Color

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

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


#af263c Background Color

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

This div background color is #af263c


#af263c Border Color

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

This div border color is #af263c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af263c


Comments

No comments written yet.

Please login to write comment.