Color Hex Logo

#af7efe Color Hex

#AF7EFE
(175,126,254)
0 Favorites   0 Comments

Color spaces of #af7efe

RGB 175126254
HSL0.730.980.75
HSV263°50°100°
CMYK 0.310.500.00   0.00
XYZ43.029431.191497.5186
Yxy31.19140.25060.1816
Hunter Lab55.849339.7902-64.4320
CIE-Lab62.668944.8343-57.1487

#af7efe color RGB value is (175,126,254).

#af7efe hex color red value is 175, green value is 126 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #af7efe hue: 0.73 , saturation: 0.98 and the lightness value of af7efe is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111110 11111110
Octal 257 176 376
Decimal 175 126 254
Hex AF 7E FE

RGB Percentages of Color #af7efe

%31.53
%22.70
%45.77

CMYK Percentages of Color #af7efe

%31
%50
%0
%0

Triadic Colors of #af7efe

#af7efe #feaf7e #7efeaf

Analogous Colors of #af7efe

#af7efe #ef7efe #7e8dfe

Monochromatic Colors of #af7efe

#af7efe

Complementary Color

#af7efe #cdfe7e

#af7efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7efe Color CSS Codes

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

#af7efe Text Font Color

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

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


#af7efe Background Color

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

This div background color is #af7efe


#af7efe Border Color

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

This div border color is #af7efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7efe


Comments

No comments written yet.

Please login to write comment.