Color Hex Logo

#af419e Color Hex

#AF419E
(175,65,158)
0 Favorites   0 Comments

Color spaces of #af419e

RGB 17565158
HSL0.860.460.47
HSV309°63°69°
CMYK 0.000.630.10   0.31
XYZ25.741015.363233.9564
Yxy15.36320.34290.2047
Hunter Lab39.195948.6328-23.9273
CIE-Lab46.127755.7018-28.5117

#af419e color RGB value is (175,65,158).

#af419e hex color red value is 175, green value is 65 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #af419e hue: 0.86 , saturation: 0.46 and the lightness value of af419e is 0.47.

The process color (four color CMYK) of #af419e color hex is 0.00, 0.63, 0.10, 0.31. Web safe color of #af419e is #993399. Color #af419e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000001 10011110
Octal 257 101 236
Decimal 175 65 158
Hex AF 41 9E

RGB Percentages of Color #af419e

%43.97
%16.33
%39.70

CMYK Percentages of Color #af419e

%0
%63
%10
%31

Triadic Colors of #af419e

#af419e #9eaf41 #419eaf

Analogous Colors of #af419e

#af419e #af4167 #8941af

Monochromatic Colors of #af419e

#af419e

Complementary Color

#af419e #41af52

#af419e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af419e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af419e Color CSS Codes

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

#af419e Text Font Color

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

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


#af419e Background Color

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

This div background color is #af419e


#af419e Border Color

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

This div border color is #af419e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af419e


Comments

No comments written yet.

Please login to write comment.