Color Hex Logo

#af5492 Color Hex

#AF5492
(175,84,146)
0 Favorites   0 Comments

Color spaces of #af5492

RGB 17584146
HSL0.890.360.51
HSV319°52°69°
CMYK 0.000.520.17   0.31
XYZ26.037817.529929.2054
Yxy17.52990.35780.2409
Hunter Lab41.868737.7374-12.0495
CIE-Lab48.920944.9007-17.0500

#af5492 color RGB value is (175,84,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010100 10010010
Octal 257 124 222
Decimal 175 84 146
Hex AF 54 92

RGB Percentages of Color #af5492

%43.21
%20.74
%36.05

CMYK Percentages of Color #af5492

%0
%52
%17
%31

Triadic Colors of #af5492

#af5492 #92af54 #5492af

Analogous Colors of #af5492

#af5492 #af5465 #9f54af

Monochromatic Colors of #af5492

#af5492

Complementary Color

#af5492 #54af71

#af5492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5492 Color CSS Codes

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

#af5492 Text Font Color

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

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


#af5492 Background Color

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

This div background color is #af5492


#af5492 Border Color

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

This div border color is #af5492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5492


Comments

No comments written yet.

Please login to write comment.