Color Hex Logo

#af295d Color Hex

#AF295D
(175,41,93)
0 Favorites   0 Comments

Color spaces of #af295d

RGB 1754193
HSL0.940.620.42
HSV337°77°69°
CMYK 0.000.770.47   0.31
XYZ20.447911.490111.4960
Yxy11.49010.47080.2645
Hunter Lab33.897148.35773.6201
CIE-Lab40.394056.52142.7033

#af295d color RGB value is (175,41,93).

#af295d hex color red value is 175, green value is 41 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #af295d hue: 0.94 , saturation: 0.62 and the lightness value of af295d is 0.42.

The process color (four color CMYK) of #af295d color hex is 0.00, 0.77, 0.47, 0.31. Web safe color of #af295d is #993366. Color #af295d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101001 01011101
Octal 257 51 135
Decimal 175 41 93
Hex AF 29 5D

RGB Percentages of Color #af295d

%56.63
%13.27
%30.10

CMYK Percentages of Color #af295d

%0
%77
%47
%31

Triadic Colors of #af295d

#af295d #5daf29 #295daf

Analogous Colors of #af295d

#af295d #af3829 #af29a0

Monochromatic Colors of #af295d

#af295d

Complementary Color

#af295d #29af7b

#af295d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af295d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af295d Color CSS Codes

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

#af295d Text Font Color

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

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


#af295d Background Color

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

This div background color is #af295d


#af295d Border Color

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

This div border color is #af295d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af295d


Comments

No comments written yet.

Please login to write comment.