Color Hex Logo

#af18e1 Color Hex

#AF18E1
(175,24,225)
0 Favorites   0 Comments

Color spaces of #af18e1

RGB 17524225
HSL0.790.810.49
HSV285°89°88°
CMYK 0.220.890.00   0.12
XYZ31.596415.203572.5034
Yxy15.20350.26480.1274
Hunter Lab38.991776.4098-82.9532
CIE-Lab45.911779.5063-67.9034

#af18e1 color RGB value is (175,24,225).

#af18e1 hex color red value is 175, green value is 24 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #af18e1 hue: 0.79 , saturation: 0.81 and the lightness value of af18e1 is 0.49.

The process color (four color CMYK) of #af18e1 color hex is 0.22, 0.89, 0.00, 0.12. Web safe color of #af18e1 is #9900cc. Color #af18e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00011000 11100001
Octal 257 30 341
Decimal 175 24 225
Hex AF 18 E1

RGB Percentages of Color #af18e1

%41.27
%5.66
%53.07

CMYK Percentages of Color #af18e1

%22
%89
%0
%12

Triadic Colors of #af18e1

#af18e1 #e1af18 #18e1af

Analogous Colors of #af18e1

#af18e1 #e118af #4b18e1

Monochromatic Colors of #af18e1

#af18e1

Complementary Color

#af18e1 #4ae118

#af18e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af18e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af18e1 Color CSS Codes

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

#af18e1 Text Font Color

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

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


#af18e1 Background Color

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

This div background color is #af18e1


#af18e1 Border Color

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

This div border color is #af18e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af18e1


Comments

No comments written yet.

Please login to write comment.