Color Hex Logo

#af68ef Color Hex

#AF68EF
(175,104,239)
0 Favorites   0 Comments

Color spaces of #af68ef

RGB 175104239
HSL0.750.810.67
HSV272°56°94°
CMYK 0.270.560.00   0.06
XYZ38.209525.246684.5206
Yxy25.24660.25820.1706
Hunter Lab50.246047.8096-64.5617
CIE-Lab57.314953.0056-57.4029

#af68ef color RGB value is (175,104,239).

#af68ef hex color red value is 175, green value is 104 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #af68ef hue: 0.75 , saturation: 0.81 and the lightness value of af68ef is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01101000 11101111
Octal 257 150 357
Decimal 175 104 239
Hex AF 68 EF

RGB Percentages of Color #af68ef

%33.78
%20.08
%46.14

CMYK Percentages of Color #af68ef

%27
%56
%0
%6

Triadic Colors of #af68ef

#af68ef #efaf68 #68efaf

Analogous Colors of #af68ef

#af68ef #ef68ec #6c68ef

Monochromatic Colors of #af68ef

#af68ef

Complementary Color

#af68ef #a8ef68

#af68ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af68ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#af68ef Color CSS Codes

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

#af68ef Text Font Color

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

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


#af68ef Background Color

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

This div background color is #af68ef


#af68ef Border Color

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

This div border color is #af68ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af68ef


Comments

No comments written yet.

Please login to write comment.