Color Hex Logo

#af053e Color Hex

#AF053E
(175,5,62)
0 Favorites   0 Comments

Color spaces of #af053e

RGB 175562
HSL0.940.940.35
HSV340°97°69°
CMYK 0.000.970.65   0.31
XYZ18.60309.57035.4242
Yxy9.57030.55370.2849
Hunter Lab30.935953.201411.2594
CIE-Lab37.059961.596517.8921

#af053e color RGB value is (175,5,62).

#af053e hex color red value is 175, green value is 5 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #af053e hue: 0.94 , saturation: 0.94 and the lightness value of af053e is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000101 00111110
Octal 257 5 76
Decimal 175 5 62
Hex AF 5 3E

RGB Percentages of Color #af053e

%72.31
%2.07
%25.62

CMYK Percentages of Color #af053e

%0
%97
%65
%31

Triadic Colors of #af053e

#af053e #3eaf05 #053eaf

Analogous Colors of #af053e

#af053e #af2105 #af0593

Monochromatic Colors of #af053e

#af053e

Complementary Color

#af053e #05af76

#af053e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af053e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af053e Color CSS Codes

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

#af053e Text Font Color

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

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


#af053e Background Color

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

This div background color is #af053e


#af053e Border Color

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

This div border color is #af053e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af053e


Comments

No comments written yet.

Please login to write comment.