Color Hex Logo

#af215a Color Hex

#AF215A
(175,33,90)
0 Favorites   0 Comments

Color spaces of #af215a

RGB 1753390
HSL0.930.680.41
HSV336°81°69°
CMYK 0.000.810.49   0.31
XYZ20.068510.939910.7267
Yxy10.93990.48090.2621
Hunter Lab33.075550.42233.9246
CIE-Lab39.479158.60043.2833

#af215a color RGB value is (175,33,90).

#af215a hex color red value is 175, green value is 33 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #af215a hue: 0.93 , saturation: 0.68 and the lightness value of af215a is 0.41.

The process color (four color CMYK) of #af215a color hex is 0.00, 0.81, 0.49, 0.31. Web safe color of #af215a is #993366. Color #af215a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100001 01011010
Octal 257 41 132
Decimal 175 33 90
Hex AF 21 5A

RGB Percentages of Color #af215a

%58.72
%11.07
%30.20

CMYK Percentages of Color #af215a

%0
%81
%49
%31

Triadic Colors of #af215a

#af215a #5aaf21 #215aaf

Analogous Colors of #af215a

#af215a #af2f21 #af21a1

Monochromatic Colors of #af215a

#af215a

Complementary Color

#af215a #21af76

#af215a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af215a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af215a Color CSS Codes

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

#af215a Text Font Color

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

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


#af215a Background Color

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

This div background color is #af215a


#af215a Border Color

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

This div border color is #af215a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af215a


Comments

No comments written yet.

Please login to write comment.