Color Hex Logo

#af218d Color Hex

#AF218D
(175,33,141)
0 Favorites   0 Comments

Color spaces of #af218d

RGB 17533141
HSL0.870.680.41
HSV314°81°69°
CMYK 0.000.810.19   0.31
XYZ23.030812.124826.3258
Yxy12.12480.37460.1972
Hunter Lab34.820757.1258-20.4511
CIE-Lab41.413864.2436-25.6066

#af218d color RGB value is (175,33,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100001 10001101
Octal 257 41 215
Decimal 175 33 141
Hex AF 21 8D

RGB Percentages of Color #af218d

%50.14
%9.46
%40.40

CMYK Percentages of Color #af218d

%0
%81
%19
%31

Triadic Colors of #af218d

#af218d #8daf21 #218daf

Analogous Colors of #af218d

#af218d #af2146 #8a21af

Monochromatic Colors of #af218d

#af218d

Complementary Color

#af218d #21af43

#af218d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af218d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af218d Color CSS Codes

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

#af218d Text Font Color

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

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


#af218d Background Color

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

This div background color is #af218d


#af218d Border Color

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

This div border color is #af218d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af218d


Comments

No comments written yet.

Please login to write comment.