Color Hex Logo

#af538a Color Hex

#AF538A
(175,83,138)
0 Favorites   0 Comments

Color spaces of #af538a

RGB 17583138
HSL0.900.370.51
HSV324°53°69°
CMYK 0.000.530.21   0.31
XYZ25.359917.135526.0156
Yxy17.13550.37020.2501
Hunter Lab41.395036.9133-8.2855
CIE-Lab48.430344.1723-13.0179

#af538a color RGB value is (175,83,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010011 10001010
Octal 257 123 212
Decimal 175 83 138
Hex AF 53 8A

RGB Percentages of Color #af538a

%44.19
%20.96
%34.85

CMYK Percentages of Color #af538a

%0
%53
%21
%31

Triadic Colors of #af538a

#af538a #8aaf53 #538aaf

Analogous Colors of #af538a

#af538a #af535c #a653af

Monochromatic Colors of #af538a

#af538a

Complementary Color

#af538a #53af78

#af538a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af538a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af538a Color CSS Codes

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

#af538a Text Font Color

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

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


#af538a Background Color

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

This div background color is #af538a


#af538a Border Color

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

This div border color is #af538a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af538a


Comments

No comments written yet.

Please login to write comment.