Color Hex Logo

#af5edb Color Hex

#AF5EDB
(175,94,219)
0 Favorites   0 Comments

Color spaces of #af5edb

RGB 17594219
HSL0.770.630.61
HSV279°57°86°
CMYK 0.200.570.00   0.14
XYZ34.468122.233869.4927
Yxy22.23380.27310.1762
Hunter Lab47.152747.9642-54.3734
CIE-Lab54.274253.6515-51.0336

#af5edb color RGB value is (175,94,219).

#af5edb hex color red value is 175, green value is 94 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #af5edb hue: 0.77 , saturation: 0.63 and the lightness value of af5edb is 0.61.

The process color (four color CMYK) of #af5edb color hex is 0.20, 0.57, 0.00, 0.14. Web safe color of #af5edb is #9966cc. Color #af5edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011110 11011011
Octal 257 136 333
Decimal 175 94 219
Hex AF 5E DB

RGB Percentages of Color #af5edb

%35.86
%19.26
%44.88

CMYK Percentages of Color #af5edb

%20
%57
%0
%14

Triadic Colors of #af5edb

#af5edb #dbaf5e #5edbaf

Analogous Colors of #af5edb

#af5edb #db5ec9 #715edb

Monochromatic Colors of #af5edb

#af5edb

Complementary Color

#af5edb #8adb5e

#af5edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5edb Color CSS Codes

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

#af5edb Text Font Color

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

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


#af5edb Background Color

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

This div background color is #af5edb


#af5edb Border Color

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

This div border color is #af5edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5edb


Comments

No comments written yet.

Please login to write comment.