Color Hex Logo

#af218b Color Hex

#AF218B
(175,33,139)
0 Favorites   0 Comments

Color spaces of #af218b

RGB 17533139
HSL0.880.680.41
HSV315°81°69°
CMYK 0.000.810.21   0.31
XYZ22.883312.065825.5489
Yxy12.06580.37820.1994
Hunter Lab34.735956.8045-19.2938
CIE-Lab41.320563.9788-24.5296

#af218b color RGB value is (175,33,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100001 10001011
Octal 257 41 213
Decimal 175 33 139
Hex AF 21 8B

RGB Percentages of Color #af218b

%50.43
%9.51
%40.06

CMYK Percentages of Color #af218b

%0
%81
%21
%31

Triadic Colors of #af218b

#af218b #8baf21 #218baf

Analogous Colors of #af218b

#af218b #af2144 #8c21af

Monochromatic Colors of #af218b

#af218b

Complementary Color

#af218b #21af45

#af218b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af218b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af218b Color CSS Codes

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

#af218b Text Font Color

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

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


#af218b Background Color

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

This div background color is #af218b


#af218b Border Color

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

This div border color is #af218b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af218b


Comments

No comments written yet.

Please login to write comment.