Color Hex Logo

#af229e Color Hex

#AF229E
(175,34,158)
0 Favorites   0 Comments

Color spaces of #af229e

RGB 17534158
HSL0.850.670.41
HSV307°81°69°
CMYK 0.000.810.10   0.31
XYZ24.422812.726633.5170
Yxy12.72660.34560.1801
Hunter Lab35.674459.7716-30.7325
CIE-Lab42.348466.3729-34.4402

#af229e color RGB value is (175,34,158).

#af229e hex color red value is 175, green value is 34 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #af229e hue: 0.85 , saturation: 0.67 and the lightness value of af229e is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100010 10011110
Octal 257 42 236
Decimal 175 34 158
Hex AF 22 9E

RGB Percentages of Color #af229e

%47.68
%9.26
%43.05

CMYK Percentages of Color #af229e

%0
%81
%10
%31

Triadic Colors of #af229e

#af229e #9eaf22 #229eaf

Analogous Colors of #af229e

#af229e #af2257 #7a22af

Monochromatic Colors of #af229e

#af229e

Complementary Color

#af229e #22af33

#af229e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af229e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af229e Color CSS Codes

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

#af229e Text Font Color

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

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


#af229e Background Color

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

This div background color is #af229e


#af229e Border Color

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

This div border color is #af229e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af229e


Comments

No comments written yet.

Please login to write comment.