Color Hex Logo

#af85af Color Hex

#AF85AF
(175,133,175)
0 Favorites   0 Comments

Color spaces of #af85af

RGB 175133175
HSL0.830.210.60
HSV300°24°69°
CMYK 0.000.240.00   0.31
XYZ33.804628.984244.3702
Yxy28.98420.31550.2705
Hunter Lab53.837017.8666-11.1785
CIE-Lab60.767723.3597-15.9189

#af85af color RGB value is (175,133,175).

#af85af hex color red value is 175, green value is 133 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #af85af hue: 0.83 , saturation: 0.21 and the lightness value of af85af is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000101 10101111
Octal 257 205 257
Decimal 175 133 175
Hex AF 85 AF

RGB Percentages of Color #af85af

%36.23
%27.54
%36.23

CMYK Percentages of Color #af85af

%0
%24
%0
%31

Triadic Colors of #af85af

#af85af #afaf85 #85afaf

Analogous Colors of #af85af

#af85af #af859a #9a85af

Monochromatic Colors of #af85af

#af85af

Complementary Color

#af85af #85af85

#af85af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af85af Color Preview on White Background

Lorem ipsum dolor sit amet.

#af85af Color CSS Codes

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

#af85af Text Font Color

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

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


#af85af Background Color

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

This div background color is #af85af


#af85af Border Color

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

This div border color is #af85af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,133,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 #af85af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af85af


Comments

No comments written yet.

Please login to write comment.