Color Hex Logo

#af538d Color Hex

#AF538D
(175,83,141)
0 Favorites   0 Comments

Color spaces of #af538d

RGB 17583141
HSL0.890.370.51
HSV322°53°69°
CMYK 0.000.530.19   0.31
XYZ25.580217.223627.1756
Yxy17.22360.36550.2461
Hunter Lab41.501337.3948-9.7729
CIE-Lab48.540544.6266-14.6456

#af538d color RGB value is (175,83,141).

#af538d hex color red value is 175, green value is 83 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #af538d hue: 0.89 , saturation: 0.37 and the lightness value of af538d is 0.51.

The process color (four color CMYK) of #af538d color hex is 0.00, 0.53, 0.19, 0.31. Web safe color of #af538d is #996699. Color #af538d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010011 10001101
Octal 257 123 215
Decimal 175 83 141
Hex AF 53 8D

RGB Percentages of Color #af538d

%43.86
%20.80
%35.34

CMYK Percentages of Color #af538d

%0
%53
%19
%31

Triadic Colors of #af538d

#af538d #8daf53 #538daf

Analogous Colors of #af538d

#af538d #af535f #a353af

Monochromatic Colors of #af538d

#af538d

Complementary Color

#af538d #53af75

#af538d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af538d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af538d Color CSS Codes

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

#af538d Text Font Color

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

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


#af538d Background Color

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

This div background color is #af538d


#af538d Border Color

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

This div border color is #af538d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,83,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 #af538d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af538d


Comments

No comments written yet.

Please login to write comment.