Color Hex Logo

#af549d Color Hex

#AF549D
(175,84,157)
0 Favorites   0 Comments

Color spaces of #af549d

RGB 17584157
HSL0.870.360.51
HSV312°52°69°
CMYK 0.000.520.10   0.31
XYZ26.935317.888933.9315
Yxy17.88890.34200.2271
Hunter Lab42.295339.6591-17.9589
CIE-Lab49.361146.6924-22.9037

#af549d color RGB value is (175,84,157).

#af549d hex color red value is 175, green value is 84 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #af549d hue: 0.87 , saturation: 0.36 and the lightness value of af549d is 0.51.

The process color (four color CMYK) of #af549d color hex is 0.00, 0.52, 0.10, 0.31. Web safe color of #af549d is #996699. Color #af549d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010100 10011101
Octal 257 124 235
Decimal 175 84 157
Hex AF 54 9D

RGB Percentages of Color #af549d

%42.07
%20.19
%37.74

CMYK Percentages of Color #af549d

%0
%52
%10
%31

Triadic Colors of #af549d

#af549d #9daf54 #549daf

Analogous Colors of #af549d

#af549d #af5470 #9454af

Monochromatic Colors of #af549d

#af549d

Complementary Color

#af549d #54af66

#af549d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af549d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af549d Color CSS Codes

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

#af549d Text Font Color

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

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


#af549d Background Color

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

This div background color is #af549d


#af549d Border Color

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

This div border color is #af549d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af549d


Comments

No comments written yet.

Please login to write comment.