Color Hex Logo

#af86be Color Hex

#AF86BE
(175,134,190)
0 Favorites   0 Comments

Color spaces of #af86be

RGB 175134190
HSL0.790.300.64
HSV284°29°75°
CMYK 0.080.290.00   0.25
XYZ35.498629.881952.6120
Yxy29.88190.30090.2533
Hunter Lab54.664320.2539-18.7990
CIE-Lab61.552225.7994-23.2310

#af86be color RGB value is (175,134,190).

#af86be hex color red value is 175, green value is 134 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #af86be hue: 0.79 , saturation: 0.30 and the lightness value of af86be is 0.64.

The process color (four color CMYK) of #af86be color hex is 0.08, 0.29, 0.00, 0.25. Web safe color of #af86be is #9999cc. Color #af86be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000110 10111110
Octal 257 206 276
Decimal 175 134 190
Hex AF 86 BE

RGB Percentages of Color #af86be

%35.07
%26.85
%38.08

CMYK Percentages of Color #af86be

%8
%29
%0
%25

Triadic Colors of #af86be

#af86be #beaf86 #86beaf

Analogous Colors of #af86be

#af86be #be86b1 #9386be

Monochromatic Colors of #af86be

#af86be

Complementary Color

#af86be #95be86

#af86be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af86be Color Preview on White Background

Lorem ipsum dolor sit amet.

#af86be Color CSS Codes

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

#af86be Text Font Color

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

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


#af86be Background Color

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

This div background color is #af86be


#af86be Border Color

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

This div border color is #af86be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af86be


Comments

No comments written yet.

Please login to write comment.