Color Hex Logo

#af6fce Color Hex

#AF6FCE
(175,111,206)
0 Favorites   0 Comments

Color spaces of #af6fce

RGB 175111206
HSL0.780.490.62
HSV280°46°81°
CMYK 0.150.460.00   0.19
XYZ34.504224.939161.3877
Yxy24.93910.28560.2064
Hunter Lab49.939135.9369-37.9250
CIE-Lab57.016041.9577-39.3333

#af6fce color RGB value is (175,111,206).

#af6fce hex color red value is 175, green value is 111 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #af6fce hue: 0.78 , saturation: 0.49 and the lightness value of af6fce is 0.62.

The process color (four color CMYK) of #af6fce color hex is 0.15, 0.46, 0.00, 0.19. Web safe color of #af6fce is #9966cc. Color #af6fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01101111 11001110
Octal 257 157 316
Decimal 175 111 206
Hex AF 6F CE

RGB Percentages of Color #af6fce

%35.57
%22.56
%41.87

CMYK Percentages of Color #af6fce

%15
%46
%0
%19

Triadic Colors of #af6fce

#af6fce #ceaf6f #6fceaf

Analogous Colors of #af6fce

#af6fce #ce6fbe #806fce

Monochromatic Colors of #af6fce

#af6fce

Complementary Color

#af6fce #8ece6f

#af6fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af6fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#af6fce Color CSS Codes

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

#af6fce Text Font Color

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

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


#af6fce Background Color

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

This div background color is #af6fce


#af6fce Border Color

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

This div border color is #af6fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af6fce


Comments

No comments written yet.

Please login to write comment.