Color Hex Logo

#af0edb Color Hex

#AF0EDB
(175,14,219)
0 Favorites   0 Comments

Color spaces of #af0edb

RGB 17514219
HSL0.800.880.46
HSV287°94°86°
CMYK 0.200.940.00   0.14
XYZ30.622414.542568.2108
Yxy14.54250.27010.1283
Hunter Lab38.134676.6013-79.3568
CIE-Lab45.001179.8349-65.9563

#af0edb color RGB value is (175,14,219).

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

The process color (four color CMYK) of #af0edb color hex is 0.20, 0.94, 0.00, 0.14. Web safe color of #af0edb is #9900cc. Color #af0edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00001110 11011011
Octal 257 16 333
Decimal 175 14 219
Hex AF E DB

RGB Percentages of Color #af0edb

%42.89
%3.43
%53.68

CMYK Percentages of Color #af0edb

%20
%94
%0
%14

Triadic Colors of #af0edb

#af0edb #dbaf0e #0edbaf

Analogous Colors of #af0edb

#af0edb #db0ea1 #490edb

Monochromatic Colors of #af0edb

#af0edb

Complementary Color

#af0edb #3adb0e

#af0edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af0edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af0edb Color CSS Codes

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

#af0edb Text Font Color

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

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


#af0edb Background Color

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

This div background color is #af0edb


#af0edb Border Color

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

This div border color is #af0edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af0edb


Comments

No comments written yet.

Please login to write comment.