Color Hex Logo

#af318d Color Hex

#AF318D
(175,49,141)
0 Favorites   0 Comments

Color spaces of #af318d

RGB 17549141
HSL0.880.560.44
HSV316°72°69°
CMYK 0.000.720.19   0.31
XYZ23.585213.233726.5106
Yxy13.23370.37240.2090
Hunter Lab36.378252.0659-17.7429
CIE-Lab43.113359.3996-22.9673

#af318d color RGB value is (175,49,141).

#af318d hex color red value is 175, green value is 49 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #af318d hue: 0.88 , saturation: 0.56 and the lightness value of af318d is 0.44.

The process color (four color CMYK) of #af318d color hex is 0.00, 0.72, 0.19, 0.31. Web safe color of #af318d is #993399. Color #af318d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110001 10001101
Octal 257 61 215
Decimal 175 49 141
Hex AF 31 8D

RGB Percentages of Color #af318d

%47.95
%13.42
%38.63

CMYK Percentages of Color #af318d

%0
%72
%19
%31

Triadic Colors of #af318d

#af318d #8daf31 #318daf

Analogous Colors of #af318d

#af318d #af314e #9231af

Monochromatic Colors of #af318d

#af318d

Complementary Color

#af318d #31af53

#af318d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af318d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af318d Color CSS Codes

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

#af318d Text Font Color

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

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


#af318d Background Color

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

This div background color is #af318d


#af318d Border Color

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

This div border color is #af318d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af318d


Comments

No comments written yet.

Please login to write comment.