Color Hex Logo

#af1ede Color Hex

#AF1EDE
(175,30,222)
0 Favorites   0 Comments

Color spaces of #af1ede

RGB 17530222
HSL0.790.760.49
HSV285°86°87°
CMYK 0.210.860.00   0.13
XYZ31.328315.316470.4124
Yxy15.31640.26760.1308
Hunter Lab39.136274.4000-79.2771
CIE-Lab46.064577.8649-65.9445

#af1ede color RGB value is (175,30,222).

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

The process color (four color CMYK) of #af1ede color hex is 0.21, 0.86, 0.00, 0.13. Web safe color of #af1ede is #9933cc. Color #af1ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00011110 11011110
Octal 257 36 336
Decimal 175 30 222
Hex AF 1E DE

RGB Percentages of Color #af1ede

%40.98
%7.03
%51.99

CMYK Percentages of Color #af1ede

%21
%86
%0
%13

Triadic Colors of #af1ede

#af1ede #deaf1e #1edeaf

Analogous Colors of #af1ede

#af1ede #de1ead #4f1ede

Monochromatic Colors of #af1ede

#af1ede

Complementary Color

#af1ede #4dde1e

#af1ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af1ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#af1ede Color CSS Codes

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

#af1ede Text Font Color

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

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


#af1ede Background Color

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

This div background color is #af1ede


#af1ede Border Color

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

This div border color is #af1ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af1ede


Comments

No comments written yet.

Please login to write comment.