Color Hex Logo

#af549e Color Hex

#AF549E
(175,84,158)
0 Favorites   0 Comments

Color spaces of #af549e

RGB 17584158
HSL0.860.360.51
HSV311°52°69°
CMYK 0.000.520.10   0.31
XYZ27.021117.923234.3831
Yxy17.92320.34060.2259
Hunter Lab42.335839.8411-18.5174
CIE-Lab49.402846.8608-23.4306

#af549e color RGB value is (175,84,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010100 10011110
Octal 257 124 236
Decimal 175 84 158
Hex AF 54 9E

RGB Percentages of Color #af549e

%41.97
%20.14
%37.89

CMYK Percentages of Color #af549e

%0
%52
%10
%31

Triadic Colors of #af549e

#af549e #9eaf54 #549eaf

Analogous Colors of #af549e

#af549e #af5471 #9354af

Monochromatic Colors of #af549e

#af549e

Complementary Color

#af549e #54af65

#af549e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af549e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af549e Color CSS Codes

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

#af549e Text Font Color

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

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


#af549e Background Color

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

This div background color is #af549e


#af549e Border Color

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

This div border color is #af549e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af549e


Comments

No comments written yet.

Please login to write comment.