Color Hex Logo

#af6ede Color Hex

#AF6EDE
(175,110,222)
0 Favorites   0 Comments

Color spaces of #af6ede

RGB 175110222
HSL0.760.630.65
HSV275°50°87°
CMYK 0.210.500.00   0.13
XYZ36.439925.539772.1163
Yxy25.53970.27170.1905
Hunter Lab50.536840.2691-49.2314
CIE-Lab57.597546.0003-47.4440

#af6ede color RGB value is (175,110,222).

#af6ede hex color red value is 175, green value is 110 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #af6ede hue: 0.76 , saturation: 0.63 and the lightness value of af6ede is 0.65.

The process color (four color CMYK) of #af6ede color hex is 0.21, 0.50, 0.00, 0.13. Web safe color of #af6ede is #9966cc. Color #af6ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01101110 11011110
Octal 257 156 336
Decimal 175 110 222
Hex AF 6E DE

RGB Percentages of Color #af6ede

%34.52
%21.70
%43.79

CMYK Percentages of Color #af6ede

%21
%50
%0
%13

Triadic Colors of #af6ede

#af6ede #deaf6e #6edeaf

Analogous Colors of #af6ede

#af6ede #de6ed5 #776ede

Monochromatic Colors of #af6ede

#af6ede

Complementary Color

#af6ede #9dde6e

#af6ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af6ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#af6ede Color CSS Codes

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

#af6ede Text Font Color

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

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


#af6ede Background Color

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

This div background color is #af6ede


#af6ede Border Color

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

This div border color is #af6ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af6ede


Comments

No comments written yet.

Please login to write comment.