Color Hex Logo

#af0636 Color Hex

#AF0636
(175,6,54)
0 Favorites   0 Comments

Color spaces of #af0636

RGB 175654
HSL0.950.930.35
HSV343°97°69°
CMYK 0.000.970.69   0.31
XYZ18.41029.51064.3554
Yxy9.51060.57040.2947
Hunter Lab30.839352.590913.2140
CIE-Lab36.949361.066722.8925

#af0636 color RGB value is (175,6,54).

#af0636 hex color red value is 175, green value is 6 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #af0636 hue: 0.95 , saturation: 0.93 and the lightness value of af0636 is 0.35.

The process color (four color CMYK) of #af0636 color hex is 0.00, 0.97, 0.69, 0.31. Web safe color of #af0636 is #990033. Color #af0636 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000110 00110110
Octal 257 6 66
Decimal 175 6 54
Hex AF 6 36

RGB Percentages of Color #af0636

%74.47
%2.55
%22.98

CMYK Percentages of Color #af0636

%0
%97
%69
%31

Triadic Colors of #af0636

#af0636 #36af06 #0636af

Analogous Colors of #af0636

#af0636 #af2b06 #af068b

Monochromatic Colors of #af0636

#af0636

Complementary Color

#af0636 #06af7f

#af0636 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af0636 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af0636 Color CSS Codes

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

#af0636 Text Font Color

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

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


#af0636 Background Color

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

This div background color is #af0636


#af0636 Border Color

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

This div border color is #af0636


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af0636


Comments

No comments written yet.

Please login to write comment.