Color Hex Logo

#af6ffe Color Hex

#AF6FFE
(175,111,254)
0 Favorites   0 Comments

Color spaces of #af6ffe

RGB 175111254
HSL0.740.990.72
HSV267°56°100°
CMYK 0.310.560.00   0.00
XYZ41.253027.638696.9264
Yxy27.63860.24880.1667
Hunter Lab52.572448.0652-72.5107
CIE-Lab59.560852.8735-62.1163

#af6ffe color RGB value is (175,111,254).

#af6ffe hex color red value is 175, green value is 111 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #af6ffe hue: 0.74 , saturation: 0.99 and the lightness value of af6ffe is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01101111 11111110
Octal 257 157 376
Decimal 175 111 254
Hex AF 6F FE

RGB Percentages of Color #af6ffe

%32.41
%20.56
%47.04

CMYK Percentages of Color #af6ffe

%31
%56
%0
%0

Triadic Colors of #af6ffe

#af6ffe #feaf6f #6ffeaf

Analogous Colors of #af6ffe

#af6ffe #f76ffe #6f77fe

Monochromatic Colors of #af6ffe

#af6ffe

Complementary Color

#af6ffe #befe6f

#af6ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af6ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#af6ffe Color CSS Codes

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

#af6ffe Text Font Color

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

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


#af6ffe Background Color

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

This div background color is #af6ffe


#af6ffe Border Color

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

This div border color is #af6ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af6ffe


Comments

No comments written yet.

Please login to write comment.