Color Hex Logo

#af59ed Color Hex

#AF59ED
(175,89,237)
0 Favorites   0 Comments

Color spaces of #af59ed

RGB 17589237
HSL0.760.800.64
HSV275°62°93°
CMYK 0.260.620.00   0.07
XYZ36.537622.373182.5135
Yxy22.37310.25840.1582
Hunter Lab47.300255.1090-70.3191
CIE-Lab54.420760.0181-60.9264

#af59ed color RGB value is (175,89,237).

#af59ed hex color red value is 175, green value is 89 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #af59ed hue: 0.76 , saturation: 0.80 and the lightness value of af59ed is 0.64.

The process color (four color CMYK) of #af59ed color hex is 0.26, 0.62, 0.00, 0.07. Web safe color of #af59ed is #9966ff. Color #af59ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011001 11101101
Octal 257 131 355
Decimal 175 89 237
Hex AF 59 ED

RGB Percentages of Color #af59ed

%34.93
%17.76
%47.31

CMYK Percentages of Color #af59ed

%26
%62
%0
%7

Triadic Colors of #af59ed

#af59ed #edaf59 #59edaf

Analogous Colors of #af59ed

#af59ed #ed59e1 #6559ed

Monochromatic Colors of #af59ed

#af59ed

Complementary Color

#af59ed #97ed59

#af59ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af59ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#af59ed Color CSS Codes

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

#af59ed Text Font Color

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

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


#af59ed Background Color

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

This div background color is #af59ed


#af59ed Border Color

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

This div border color is #af59ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af59ed


Comments

No comments written yet.

Please login to write comment.