Color Hex Logo

#af6dff Color Hex

#AF6DFF
(175,109,255)
0 Favorites   0 Comments

Color spaces of #af6dff

RGB 175109255
HSL0.741.000.71
HSV267°57°100°
CMYK 0.310.570.00   0.00
XYZ41.197827.271297.7003
Yxy27.27120.24790.1641
Hunter Lab52.221849.4304-74.3686
CIE-Lab59.224554.1541-63.2069

#af6dff color RGB value is (175,109,255).

#af6dff hex color red value is 175, green value is 109 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #af6dff hue: 0.74 , saturation: 1.00 and the lightness value of af6dff is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01101101 11111111
Octal 257 155 377
Decimal 175 109 255
Hex AF 6D FF

RGB Percentages of Color #af6dff

%32.47
%20.22
%47.31

CMYK Percentages of Color #af6dff

%31
%57
%0
%0

Triadic Colors of #af6dff

#af6dff #ffaf6d #6dffaf

Analogous Colors of #af6dff

#af6dff #f86dff #6d74ff

Monochromatic Colors of #af6dff

#af6dff

Complementary Color

#af6dff #bdff6d

#af6dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af6dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#af6dff Color CSS Codes

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

#af6dff Text Font Color

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

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


#af6dff Background Color

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

This div background color is #af6dff


#af6dff Border Color

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

This div border color is #af6dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af6dff

Related Colors

#af6dff Color Palettes


Comments

No comments written yet.

Please login to write comment.