Color Hex Logo

#af7fff Color Hex

#AF7FFF
(175,127,255)
0 Favorites   0 Comments

Color spaces of #af7fff

RGB 175127255
HSL0.731.000.75
HSV263°50°100°
CMYK 0.310.500.00   0.00
XYZ43.318631.512798.4072
Yxy31.51270.25010.1819
Hunter Lab56.136239.5048-64.6406
CIE-Lab62.938144.5322-57.2683

#af7fff color RGB value is (175,127,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111111 11111111
Octal 257 177 377
Decimal 175 127 255
Hex AF 7F FF

RGB Percentages of Color #af7fff

%31.42
%22.80
%45.78

CMYK Percentages of Color #af7fff

%31
%50
%0
%0

Triadic Colors of #af7fff

#af7fff #ffaf7f #7fffaf

Analogous Colors of #af7fff

#af7fff #ef7fff #7f8fff

Monochromatic Colors of #af7fff

#af7fff

Complementary Color

#af7fff #cfff7f

#af7fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7fff Color CSS Codes

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

#af7fff Text Font Color

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

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


#af7fff Background Color

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

This div background color is #af7fff


#af7fff Border Color

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

This div border color is #af7fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7fff


Comments

No comments written yet.

Please login to write comment.