Color Hex Logo

#af60ef Color Hex

#AF60EF
(175,96,239)
0 Favorites   0 Comments

Color spaces of #af60ef

RGB 17596239
HSL0.760.820.66
HSV273°60°94°
CMYK 0.270.600.00   0.06
XYZ37.442123.711784.2648
Yxy23.71170.25750.1631
Hunter Lab48.694752.0358-68.5135
CIE-Lab55.798057.0569-59.8327

#af60ef color RGB value is (175,96,239).

#af60ef hex color red value is 175, green value is 96 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #af60ef hue: 0.76 , saturation: 0.82 and the lightness value of af60ef is 0.66.

The process color (four color CMYK) of #af60ef color hex is 0.27, 0.60, 0.00, 0.06. Web safe color of #af60ef is #9966ff. Color #af60ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100000 11101111
Octal 257 140 357
Decimal 175 96 239
Hex AF 60 EF

RGB Percentages of Color #af60ef

%34.31
%18.82
%46.86

CMYK Percentages of Color #af60ef

%27
%60
%0
%6

Triadic Colors of #af60ef

#af60ef #efaf60 #60efaf

Analogous Colors of #af60ef

#af60ef #ef60e8 #6860ef

Monochromatic Colors of #af60ef

#af60ef

Complementary Color

#af60ef #a0ef60

#af60ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af60ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#af60ef Color CSS Codes

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

#af60ef Text Font Color

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

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


#af60ef Background Color

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

This div background color is #af60ef


#af60ef Border Color

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

This div border color is #af60ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af60ef


Comments

No comments written yet.

Please login to write comment.