Color Hex Logo

#af88af Color Hex

#AF88AF
(175,136,175)
0 Favorites   0 Comments

Color spaces of #af88af

RGB 175136175
HSL0.830.200.61
HSV300°22°69°
CMYK 0.000.220.00   0.31
XYZ34.221229.817444.5091
Yxy29.81740.31530.2747
Hunter Lab54.605316.3068-10.1039
CIE-Lab61.496321.6682-14.8172

#af88af color RGB value is (175,136,175).

#af88af hex color red value is 175, green value is 136 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #af88af hue: 0.83 , saturation: 0.20 and the lightness value of af88af is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001000 10101111
Octal 257 210 257
Decimal 175 136 175
Hex AF 88 AF

RGB Percentages of Color #af88af

%36.01
%27.98
%36.01

CMYK Percentages of Color #af88af

%0
%22
%0
%31

Triadic Colors of #af88af

#af88af #afaf88 #88afaf

Analogous Colors of #af88af

#af88af #af889c #9c88af

Monochromatic Colors of #af88af

#af88af

Complementary Color

#af88af #88af88

#af88af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af88af Color Preview on White Background

Lorem ipsum dolor sit amet.

#af88af Color CSS Codes

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

#af88af Text Font Color

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

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


#af88af Background Color

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

This div background color is #af88af


#af88af Border Color

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

This div border color is #af88af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af88af


Comments

No comments written yet.

Please login to write comment.