Color Hex Logo

#af59ee Color Hex

#AF59EE
(175,89,238)
0 Favorites   0 Comments

Color spaces of #af59ee

RGB 17589238
HSL0.760.810.64
HSV275°63°93°
CMYK 0.260.630.00   0.07
XYZ36.684222.431883.2852
Yxy22.43180.25760.1575
Hunter Lab47.362255.3725-71.1063
CIE-Lab54.482260.2384-61.3869

#af59ee color RGB value is (175,89,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011001 11101110
Octal 257 131 356
Decimal 175 89 238
Hex AF 59 EE

RGB Percentages of Color #af59ee

%34.86
%17.73
%47.41

CMYK Percentages of Color #af59ee

%26
%63
%0
%7

Triadic Colors of #af59ee

#af59ee #eeaf59 #59eeaf

Analogous Colors of #af59ee

#af59ee #ee59e3 #6559ee

Monochromatic Colors of #af59ee

#af59ee

Complementary Color

#af59ee #98ee59

#af59ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af59ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#af59ee Color CSS Codes

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

#af59ee Text Font Color

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

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


#af59ee Background Color

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

This div background color is #af59ee


#af59ee Border Color

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

This div border color is #af59ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af59ee


Comments

No comments written yet.

Please login to write comment.