Color Hex Logo

#af89fd Color Hex

#AF89FD
(175,137,253)
0 Favorites   0 Comments

Color spaces of #af89fd

RGB 175137253
HSL0.720.970.76
HSV260°46°99°
CMYK 0.310.460.00   0.01
XYZ44.354534.097197.1722
Yxy34.09710.25260.1941
Hunter Lab58.392733.3995-57.7905
CIE-Lab65.039638.5171-52.8327

#af89fd color RGB value is (175,137,253).

#af89fd hex color red value is 175, green value is 137 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #af89fd hue: 0.72 , saturation: 0.97 and the lightness value of af89fd is 0.76.

The process color (four color CMYK) of #af89fd color hex is 0.31, 0.46, 0.00, 0.01. Web safe color of #af89fd is #9999ff. Color #af89fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001001 11111101
Octal 257 211 375
Decimal 175 137 253
Hex AF 89 FD

RGB Percentages of Color #af89fd

%30.97
%24.25
%44.78

CMYK Percentages of Color #af89fd

%31
%46
%0
%1

Triadic Colors of #af89fd

#af89fd #fdaf89 #89fdaf

Analogous Colors of #af89fd

#af89fd #e989fd #899dfd

Monochromatic Colors of #af89fd

#af89fd

Complementary Color

#af89fd #d7fd89

#af89fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af89fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af89fd Color CSS Codes

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

#af89fd Text Font Color

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

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


#af89fd Background Color

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

This div background color is #af89fd


#af89fd Border Color

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

This div border color is #af89fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af89fd

Related Colors


Comments

No comments written yet.

Please login to write comment.