Color Hex Logo

#af528c Color Hex

#AF528C
(175,82,140)
0 Favorites   0 Comments

Color spaces of #af528c

RGB 17582140
HSL0.900.370.50
HSV323°53°69°
CMYK 0.000.530.20   0.31
XYZ25.430117.042026.7601
Yxy17.04200.36730.2462
Hunter Lab41.282037.7144-9.5360
CIE-Lab48.312944.9751-14.3930

#af528c color RGB value is (175,82,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010010 10001100
Octal 257 122 214
Decimal 175 82 140
Hex AF 52 8C

RGB Percentages of Color #af528c

%44.08
%20.65
%35.26

CMYK Percentages of Color #af528c

%0
%53
%20
%31

Triadic Colors of #af528c

#af528c #8caf52 #528caf

Analogous Colors of #af528c

#af528c #af525e #a452af

Monochromatic Colors of #af528c

#af528c

Complementary Color

#af528c #52af75

#af528c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af528c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af528c Color CSS Codes

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

#af528c Text Font Color

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

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


#af528c Background Color

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

This div background color is #af528c


#af528c Border Color

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

This div border color is #af528c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af528c


Comments

No comments written yet.

Please login to write comment.