Color Hex Logo

#af59de Color Hex

#AF59DE
(175,89,222)
0 Favorites   0 Comments

Color spaces of #af59de

RGB 17589222
HSL0.770.670.61
HSV279°60°87°
CMYK 0.210.600.00   0.13
XYZ34.436421.532671.4485
Yxy21.53260.27030.1690
Hunter Lab46.403251.2614-58.8084
CIE-Lab53.527556.7606-53.9214

#af59de color RGB value is (175,89,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011001 11011110
Octal 257 131 336
Decimal 175 89 222
Hex AF 59 DE

RGB Percentages of Color #af59de

%36.01
%18.31
%45.68

CMYK Percentages of Color #af59de

%21
%60
%0
%13

Triadic Colors of #af59de

#af59de #deaf59 #59deaf

Analogous Colors of #af59de

#af59de #de59cb #6d59de

Monochromatic Colors of #af59de

#af59de

Complementary Color

#af59de #88de59

#af59de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af59de Color Preview on White Background

Lorem ipsum dolor sit amet.

#af59de Color CSS Codes

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

#af59de Text Font Color

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

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


#af59de Background Color

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

This div background color is #af59de


#af59de Border Color

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

This div border color is #af59de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af59de


Comments

No comments written yet.

Please login to write comment.