Color Hex Logo

#af246e Color Hex

#AF246E
(175,36,110)
0 Favorites   0 Comments

Color spaces of #af246e

RGB 17536110
HSL0.910.660.41
HSV328°79°69°
CMYK 0.000.790.37   0.31
XYZ21.124511.501515.8585
Yxy11.50150.43570.2372
Hunter Lab33.913951.8361-3.9850
CIE-Lab40.412659.7097-7.9647

#af246e color RGB value is (175,36,110).

#af246e hex color red value is 175, green value is 36 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #af246e hue: 0.91 , saturation: 0.66 and the lightness value of af246e is 0.41.

The process color (four color CMYK) of #af246e color hex is 0.00, 0.79, 0.37, 0.31. Web safe color of #af246e is #993366. Color #af246e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100100 01101110
Octal 257 44 156
Decimal 175 36 110
Hex AF 24 6E

RGB Percentages of Color #af246e

%54.52
%11.21
%34.27

CMYK Percentages of Color #af246e

%0
%79
%37
%31

Triadic Colors of #af246e

#af246e #6eaf24 #246eaf

Analogous Colors of #af246e

#af246e #af2428 #ab24af

Monochromatic Colors of #af246e

#af246e

Complementary Color

#af246e #24af65

#af246e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af246e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af246e Color CSS Codes

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

#af246e Text Font Color

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

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


#af246e Background Color

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

This div background color is #af246e


#af246e Border Color

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

This div border color is #af246e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af246e


Comments

No comments written yet.

Please login to write comment.