Color Hex Logo

#af1555 Color Hex

#AF1555
(175,21,85)
0 Favorites   0 Comments

Color spaces of #af1555

RGB 1752185
HSL0.930.790.38
HSV335°88°69°
CMYK 0.000.880.51   0.31
XYZ19.587110.30629.5513
Yxy10.30620.49660.2613
Hunter Lab32.103352.72714.8324
CIE-Lab38.386560.90994.9048

#af1555 color RGB value is (175,21,85).

#af1555 hex color red value is 175, green value is 21 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #af1555 hue: 0.93 , saturation: 0.79 and the lightness value of af1555 is 0.38.

The process color (four color CMYK) of #af1555 color hex is 0.00, 0.88, 0.51, 0.31. Web safe color of #af1555 is #990066. Color #af1555 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010101 01010101
Octal 257 25 125
Decimal 175 21 85
Hex AF 15 55

RGB Percentages of Color #af1555

%62.28
%7.47
%30.25

CMYK Percentages of Color #af1555

%0
%88
%51
%31

Triadic Colors of #af1555

#af1555 #55af15 #1555af

Analogous Colors of #af1555

#af1555 #af2215 #af15a2

Monochromatic Colors of #af1555

#af1555

Complementary Color

#af1555 #15af6f

#af1555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af1555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af1555 Color CSS Codes

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

#af1555 Text Font Color

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

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


#af1555 Background Color

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

This div background color is #af1555


#af1555 Border Color

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

This div border color is #af1555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af1555


Comments

No comments written yet.

Please login to write comment.