Color Hex Logo

#af1b4f Color Hex

#AF1B4F
(175,27,79)
0 Favorites   0 Comments

Color spaces of #af1b4f

RGB 1752779
HSL0.940.730.40
HSV339°85°69°
CMYK 0.000.850.55   0.31
XYZ19.482410.46238.3897
Yxy10.46230.50820.2729
Hunter Lab32.345550.90997.2633
CIE-Lab38.659759.20519.1351

#af1b4f color RGB value is (175,27,79).

#af1b4f hex color red value is 175, green value is 27 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #af1b4f hue: 0.94 , saturation: 0.73 and the lightness value of af1b4f is 0.40.

The process color (four color CMYK) of #af1b4f color hex is 0.00, 0.85, 0.55, 0.31. Web safe color of #af1b4f is #993366. Color #af1b4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00011011 01001111
Octal 257 33 117
Decimal 175 27 79
Hex AF 1B 4F

RGB Percentages of Color #af1b4f

%62.28
%9.61
%28.11

CMYK Percentages of Color #af1b4f

%0
%85
%55
%31

Triadic Colors of #af1b4f

#af1b4f #4faf1b #1b4faf

Analogous Colors of #af1b4f

#af1b4f #af311b #af1b99

Monochromatic Colors of #af1b4f

#af1b4f

Complementary Color

#af1b4f #1baf7b

#af1b4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af1b4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af1b4f Color CSS Codes

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

#af1b4f Text Font Color

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

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


#af1b4f Background Color

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

This div background color is #af1b4f


#af1b4f Border Color

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

This div border color is #af1b4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af1b4f


Comments

No comments written yet.

Please login to write comment.