Color Hex Logo

#af1748 Color Hex

#AF1748
(175,23,72)
0 Favorites   0 Comments

Color spaces of #af1748

RGB 1752372
HSL0.950.770.39
HSV341°87°69°
CMYK 0.000.870.59   0.31
XYZ19.155310.19467.0891
Yxy10.19460.52570.2798
Hunter Lab31.929051.21269.1863
CIE-Lab38.189459.572712.9713

#af1748 color RGB value is (175,23,72).

#af1748 hex color red value is 175, green value is 23 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #af1748 hue: 0.95 , saturation: 0.77 and the lightness value of af1748 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010111 01001000
Octal 257 27 110
Decimal 175 23 72
Hex AF 17 48

RGB Percentages of Color #af1748

%64.81
%8.52
%26.67

CMYK Percentages of Color #af1748

%0
%87
%59
%31

Triadic Colors of #af1748

#af1748 #48af17 #1748af

Analogous Colors of #af1748

#af1748 #af3217 #af1794

Monochromatic Colors of #af1748

#af1748

Complementary Color

#af1748 #17af7e

#af1748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af1748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af1748 Color CSS Codes

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

#af1748 Text Font Color

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

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


#af1748 Background Color

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

This div background color is #af1748


#af1748 Border Color

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

This div border color is #af1748


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af1748


Comments

No comments written yet.

Please login to write comment.