Color Hex Logo

#af0ede Color Hex

#AF0EDE
(175,14,222)
0 Favorites   0 Comments

Color spaces of #af0ede

RGB 17514222
HSL0.800.880.46
HSV286°94°87°
CMYK 0.210.940.00   0.13
XYZ31.021114.702070.3100
Yxy14.70200.26730.1267
Hunter Lab38.343277.3127-81.8800
CIE-Lab45.223380.3583-67.3110

#af0ede color RGB value is (175,14,222).

#af0ede hex color red value is 175, green value is 14 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #af0ede hue: 0.80 , saturation: 0.88 and the lightness value of af0ede is 0.46.

The process color (four color CMYK) of #af0ede color hex is 0.21, 0.94, 0.00, 0.13. Web safe color of #af0ede is #9900cc. Color #af0ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00001110 11011110
Octal 257 16 336
Decimal 175 14 222
Hex AF E DE

RGB Percentages of Color #af0ede

%42.58
%3.41
%54.01

CMYK Percentages of Color #af0ede

%21
%94
%0
%13

Triadic Colors of #af0ede

#af0ede #deaf0e #0edeaf

Analogous Colors of #af0ede

#af0ede #de0ea5 #470ede

Monochromatic Colors of #af0ede

#af0ede

Complementary Color

#af0ede #3dde0e

#af0ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af0ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#af0ede Color CSS Codes

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

#af0ede Text Font Color

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

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


#af0ede Background Color

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

This div background color is #af0ede


#af0ede Border Color

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

This div border color is #af0ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af0ede


Comments

No comments written yet.

Please login to write comment.