Color Hex Logo

#af5688 Color Hex

#AF5688
(175,86,136)
0 Favorites   0 Comments

Color spaces of #af5688

RGB 17586136
HSL0.910.360.51
HSV326°51°69°
CMYK 0.000.510.22   0.31
XYZ25.450917.547125.3381
Yxy17.54710.37240.2568
Hunter Lab41.889335.1461-6.5410
CIE-Lab48.942142.3508-11.0486

#af5688 color RGB value is (175,86,136).

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

The process color (four color CMYK) of #af5688 color hex is 0.00, 0.51, 0.22, 0.31. Web safe color of #af5688 is #996699. Color #af5688 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010110 10001000
Octal 257 126 210
Decimal 175 86 136
Hex AF 56 88

RGB Percentages of Color #af5688

%44.08
%21.66
%34.26

CMYK Percentages of Color #af5688

%0
%51
%22
%31

Triadic Colors of #af5688

#af5688 #88af56 #5688af

Analogous Colors of #af5688

#af5688 #af565c #aa56af

Monochromatic Colors of #af5688

#af5688

Complementary Color

#af5688 #56af7d

#af5688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5688 Color CSS Codes

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

#af5688 Text Font Color

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

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


#af5688 Background Color

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

This div background color is #af5688


#af5688 Border Color

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

This div border color is #af5688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5688


Comments

No comments written yet.

Please login to write comment.