Color Hex Logo

#af1048 Color Hex

#AF1048
(175,16,72)
0 Favorites   0 Comments

Color spaces of #af1048

RGB 1751672
HSL0.940.830.37
HSV339°91°69°
CMYK 0.000.910.59   0.31
XYZ19.03429.95247.0487
Yxy9.95240.52820.2762
Hunter Lab31.547452.49038.8359
CIE-Lab37.756960.818312.3786

#af1048 color RGB value is (175,16,72).

#af1048 hex color red value is 175, green value is 16 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #af1048 hue: 0.94 , saturation: 0.83 and the lightness value of af1048 is 0.37.

The process color (four color CMYK) of #af1048 color hex is 0.00, 0.91, 0.59, 0.31. Web safe color of #af1048 is #990033. Color #af1048 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010000 01001000
Octal 257 20 110
Decimal 175 16 72
Hex AF 10 48

RGB Percentages of Color #af1048

%66.54
%6.08
%27.38

CMYK Percentages of Color #af1048

%0
%91
%59
%31

Triadic Colors of #af1048

#af1048 #48af10 #1048af

Analogous Colors of #af1048

#af1048 #af2710 #af1098

Monochromatic Colors of #af1048

#af1048

Complementary Color

#af1048 #10af77

#af1048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af1048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af1048 Color CSS Codes

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

#af1048 Text Font Color

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

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


#af1048 Background Color

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

This div background color is #af1048


#af1048 Border Color

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

This div border color is #af1048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af1048


Comments

No comments written yet.

Please login to write comment.