Color Hex Logo

#af15ed Color Hex

#AF15ED
(175,21,237)
0 Favorites   0 Comments

Color spaces of #af15ed

RGB 17521237
HSL0.790.860.51
HSV283°91°93°
CMYK 0.260.910.00   0.07
XYZ33.233415.764781.4121
Yxy15.76470.25480.1209
Hunter Lab39.704879.9233-93.7770
CIE-Lab46.664382.1437-73.4845

#af15ed color RGB value is (175,21,237).

#af15ed hex color red value is 175, green value is 21 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #af15ed hue: 0.79 , saturation: 0.86 and the lightness value of af15ed is 0.51.

The process color (four color CMYK) of #af15ed color hex is 0.26, 0.91, 0.00, 0.07. Web safe color of #af15ed is #9900ff. Color #af15ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010101 11101101
Octal 257 25 355
Decimal 175 21 237
Hex AF 15 ED

RGB Percentages of Color #af15ed

%40.42
%4.85
%54.73

CMYK Percentages of Color #af15ed

%26
%91
%0
%7

Triadic Colors of #af15ed

#af15ed #edaf15 #15edaf

Analogous Colors of #af15ed

#af15ed #ed15bf #4315ed

Monochromatic Colors of #af15ed

#af15ed

Complementary Color

#af15ed #53ed15

#af15ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af15ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#af15ed Color CSS Codes

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

#af15ed Text Font Color

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

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


#af15ed Background Color

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

This div background color is #af15ed


#af15ed Border Color

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

This div border color is #af15ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af15ed


Comments

No comments written yet.

Please login to write comment.