Color Hex Logo

#af69fd Color Hex

#AF69FD
(175,105,253)
0 Favorites   0 Comments

Color spaces of #af69fd

RGB 175105253
HSL0.750.970.70
HSV268°58°99°
CMYK 0.310.580.00   0.01
XYZ40.460426.309095.8741
Yxy26.30900.24880.1618
Hunter Lab51.292351.0429-74.9186
CIE-Lab58.329255.7420-63.5410

#af69fd color RGB value is (175,105,253).

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

The process color (four color CMYK) of #af69fd color hex is 0.31, 0.58, 0.00, 0.01. Web safe color of #af69fd is #9966ff. Color #af69fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01101001 11111101
Octal 257 151 375
Decimal 175 105 253
Hex AF 69 FD

RGB Percentages of Color #af69fd

%32.83
%19.70
%47.47

CMYK Percentages of Color #af69fd

%31
%58
%0
%1

Triadic Colors of #af69fd

#af69fd #fdaf69 #69fdaf

Analogous Colors of #af69fd

#af69fd #f969fd #696dfd

Monochromatic Colors of #af69fd

#af69fd

Complementary Color

#af69fd #b7fd69

#af69fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af69fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af69fd Color CSS Codes

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

#af69fd Text Font Color

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

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


#af69fd Background Color

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

This div background color is #af69fd


#af69fd Border Color

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

This div border color is #af69fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af69fd

Related Colors


Comments

No comments written yet.

Please login to write comment.