Color Hex Logo

#af6fec Color Hex

#AF6FEC
(175,111,236)
0 Favorites   0 Comments

Color spaces of #af6fec

RGB 175111236
HSL0.750.770.68
HSV271°53°93°
CMYK 0.260.530.00   0.07
XYZ38.504026.539082.4500
Yxy26.53900.26110.1799
Hunter Lab51.516043.2611-58.8308
CIE-Lab58.545248.6483-53.7683

#af6fec color RGB value is (175,111,236).

#af6fec hex color red value is 175, green value is 111 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #af6fec hue: 0.75 , saturation: 0.77 and the lightness value of af6fec is 0.68.

The process color (four color CMYK) of #af6fec color hex is 0.26, 0.53, 0.00, 0.07. Web safe color of #af6fec is #9966ff. Color #af6fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01101111 11101100
Octal 257 157 354
Decimal 175 111 236
Hex AF 6F EC

RGB Percentages of Color #af6fec

%33.52
%21.26
%45.21

CMYK Percentages of Color #af6fec

%26
%53
%0
%7

Triadic Colors of #af6fec

#af6fec #ecaf6f #6fecaf

Analogous Colors of #af6fec

#af6fec #ec6feb #716fec

Monochromatic Colors of #af6fec

#af6fec

Complementary Color

#af6fec #acec6f

#af6fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af6fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#af6fec Color CSS Codes

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

#af6fec Text Font Color

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

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


#af6fec Background Color

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

This div background color is #af6fec


#af6fec Border Color

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

This div border color is #af6fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af6fec


Comments

No comments written yet.

Please login to write comment.