Color Hex Logo

#af1e8a Color Hex

#AF1E8A
(175,30,138)
0 Favorites   0 Comments

Color spaces of #af1e8a

RGB 17530138
HSL0.880.710.40
HSV315°83°69°
CMYK 0.000.830.21   0.31
XYZ22.730911.877525.1393
Yxy11.87750.38040.1988
Hunter Lab34.463757.4198-19.1240
CIE-Lab41.020864.5787-24.3836

#af1e8a color RGB value is (175,30,138).

#af1e8a hex color red value is 175, green value is 30 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #af1e8a hue: 0.88 , saturation: 0.71 and the lightness value of af1e8a is 0.40.

The process color (four color CMYK) of #af1e8a color hex is 0.00, 0.83, 0.21, 0.31. Web safe color of #af1e8a is #993399. Color #af1e8a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00011110 10001010
Octal 257 36 212
Decimal 175 30 138
Hex AF 1E 8A

RGB Percentages of Color #af1e8a

%51.02
%8.75
%40.23

CMYK Percentages of Color #af1e8a

%0
%83
%21
%31

Triadic Colors of #af1e8a

#af1e8a #8aaf1e #1e8aaf

Analogous Colors of #af1e8a

#af1e8a #af1e42 #8c1eaf

Monochromatic Colors of #af1e8a

#af1e8a

Complementary Color

#af1e8a #1eaf43

#af1e8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af1e8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af1e8a Color CSS Codes

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

#af1e8a Text Font Color

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

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


#af1e8a Background Color

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

This div background color is #af1e8a


#af1e8a Border Color

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

This div border color is #af1e8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af1e8a


Comments

No comments written yet.

Please login to write comment.