Color Hex Logo

#af245e Color Hex

#AF245E
(175,36,94)
0 Favorites   0 Comments

Color spaces of #af245e

RGB 1753694
HSL0.930.660.41
HSV335°79°69°
CMYK 0.000.790.46   0.31
XYZ20.330511.183911.6768
Yxy11.18390.47070.2589
Hunter Lab33.442349.99092.7078
CIE-Lab39.888558.12571.3388

#af245e color RGB value is (175,36,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100100 01011110
Octal 257 44 136
Decimal 175 36 94
Hex AF 24 5E

RGB Percentages of Color #af245e

%57.38
%11.80
%30.82

CMYK Percentages of Color #af245e

%0
%79
%46
%31

Triadic Colors of #af245e

#af245e #5eaf24 #245eaf

Analogous Colors of #af245e

#af245e #af3024 #af24a4

Monochromatic Colors of #af245e

#af245e

Complementary Color

#af245e #24af75

#af245e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af245e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af245e Color CSS Codes

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

#af245e Text Font Color

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

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


#af245e Background Color

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

This div background color is #af245e


#af245e Border Color

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

This div border color is #af245e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af245e


Comments

No comments written yet.

Please login to write comment.