Color Hex Logo

#af528d Color Hex

#AF528D
(175,82,141)
0 Favorites   0 Comments

Color spaces of #af528d

RGB 17582141
HSL0.890.370.50
HSV322°53°69°
CMYK 0.000.530.19   0.31
XYZ25.504217.071627.1502
Yxy17.07160.36580.2448
Hunter Lab41.317837.8764-10.0374
CIE-Lab48.350145.1273-14.9347

#af528d color RGB value is (175,82,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010010 10001101
Octal 257 122 215
Decimal 175 82 141
Hex AF 52 8D

RGB Percentages of Color #af528d

%43.97
%20.60
%35.43

CMYK Percentages of Color #af528d

%0
%53
%19
%31

Triadic Colors of #af528d

#af528d #8daf52 #528daf

Analogous Colors of #af528d

#af528d #af525f #a352af

Monochromatic Colors of #af528d

#af528d

Complementary Color

#af528d #52af74

#af528d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af528d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af528d Color CSS Codes

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

#af528d Text Font Color

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

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


#af528d Background Color

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

This div background color is #af528d


#af528d Border Color

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

This div border color is #af528d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af528d


Comments

No comments written yet.

Please login to write comment.