Color Hex Logo

#af5782 Color Hex

#AF5782
(175,87,130)
0 Favorites   0 Comments

Color spaces of #af5782

RGB 17587130
HSL0.920.350.51
HSV331°50°69°
CMYK 0.000.500.26   0.31
XYZ25.116717.542123.1813
Yxy17.54210.38150.2664
Hunter Lab41.883333.7477-3.4972
CIE-Lab48.935940.9606-7.4648

#af5782 color RGB value is (175,87,130).

#af5782 hex color red value is 175, green value is 87 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #af5782 hue: 0.92 , saturation: 0.35 and the lightness value of af5782 is 0.51.

The process color (four color CMYK) of #af5782 color hex is 0.00, 0.50, 0.26, 0.31. Web safe color of #af5782 is #996699. Color #af5782 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010111 10000010
Octal 257 127 202
Decimal 175 87 130
Hex AF 57 82

RGB Percentages of Color #af5782

%44.64
%22.19
%33.16

CMYK Percentages of Color #af5782

%0
%50
%26
%31

Triadic Colors of #af5782

#af5782 #82af57 #5782af

Analogous Colors of #af5782

#af5782 #af5857 #af57ae

Monochromatic Colors of #af5782

#af5782

Complementary Color

#af5782 #57af84

#af5782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5782 Color CSS Codes

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

#af5782 Text Font Color

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

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


#af5782 Background Color

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

This div background color is #af5782


#af5782 Border Color

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

This div border color is #af5782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5782


Comments

No comments written yet.

Please login to write comment.