Color Hex Logo

#af0201 Color Hex

#AF0201
(175,2,1)
0 Favorites   0 Comments

Color spaces of #af0201

RGB 17521
HSL0.000.990.35
HSV99°69°
CMYK 0.000.990.99   0.31
XYZ17.70649.15960.8635
Yxy9.15960.63850.3303
Hunter Lab30.264851.467719.4938
CIE-Lab36.289860.175150.2176

#af0201 color RGB value is (175,2,1).

#af0201 hex color red value is 175, green value is 2 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #af0201 hue: 0.00 , saturation: 0.99 and the lightness value of af0201 is 0.35.

The process color (four color CMYK) of #af0201 color hex is 0.00, 0.99, 0.99, 0.31. Web safe color of #af0201 is #990000. Color #af0201 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000010 00000001
Octal 257 2 1
Decimal 175 2 1
Hex AF 2 1

RGB Percentages of Color #af0201

%98.31
%1.12
%0.56

CMYK Percentages of Color #af0201

%0
%99
%99
%31

Triadic Colors of #af0201

#af0201 #01af02 #0201af

Analogous Colors of #af0201

#af0201 #af5901 #af0157

Monochromatic Colors of #af0201

#af0201

Complementary Color

#af0201 #01aeaf

#af0201 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af0201 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af0201 Color CSS Codes

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

#af0201 Text Font Color

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

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


#af0201 Background Color

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

This div background color is #af0201


#af0201 Border Color

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

This div border color is #af0201


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af0201


Comments

No comments written yet.

Please login to write comment.