Color Hex Logo

#af2857 Color Hex

#AF2857
(175,40,87)
0 Favorites   0 Comments

Color spaces of #af2857

RGB 1754087
HSL0.940.630.42
HSV339°77°69°
CMYK 0.000.770.50   0.31
XYZ20.158311.319710.1393
Yxy11.31970.48440.2720
Hunter Lab33.644848.07025.6835
CIE-Lab40.113856.30796.0955

#af2857 color RGB value is (175,40,87).

#af2857 hex color red value is 175, green value is 40 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #af2857 hue: 0.94 , saturation: 0.63 and the lightness value of af2857 is 0.42.

The process color (four color CMYK) of #af2857 color hex is 0.00, 0.77, 0.50, 0.31. Web safe color of #af2857 is #993366. Color #af2857 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101000 01010111
Octal 257 50 127
Decimal 175 40 87
Hex AF 28 57

RGB Percentages of Color #af2857

%57.95
%13.25
%28.81

CMYK Percentages of Color #af2857

%0
%77
%50
%31

Triadic Colors of #af2857

#af2857 #57af28 #2857af

Analogous Colors of #af2857

#af2857 #af3c28 #af289b

Monochromatic Colors of #af2857

#af2857

Complementary Color

#af2857 #28af80

#af2857 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af2857 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af2857 Color CSS Codes

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

#af2857 Text Font Color

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

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


#af2857 Background Color

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

This div background color is #af2857


#af2857 Border Color

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

This div border color is #af2857


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af2857


Comments

No comments written yet.

Please login to write comment.