Color Hex Logo

#af2eac Color Hex

#AF2EAC
(175,46,172)
0 Favorites   0 Comments

Color spaces of #af2eac

RGB 17546172
HSL0.840.580.43
HSV301°74°69°
CMYK 0.000.740.02   0.31
XYZ26.102614.046540.3652
Yxy14.04650.32420.1745
Hunter Lab37.478758.7315-37.6213
CIE-Lab44.299565.0895-39.7095

#af2eac color RGB value is (175,46,172).

#af2eac hex color red value is 175, green value is 46 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #af2eac hue: 0.84 , saturation: 0.58 and the lightness value of af2eac is 0.43.

The process color (four color CMYK) of #af2eac color hex is 0.00, 0.74, 0.02, 0.31. Web safe color of #af2eac is #993399. Color #af2eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101110 10101100
Octal 257 56 254
Decimal 175 46 172
Hex AF 2E AC

RGB Percentages of Color #af2eac

%44.53
%11.70
%43.77

CMYK Percentages of Color #af2eac

%0
%74
%2
%31

Triadic Colors of #af2eac

#af2eac #acaf2e #2eacaf

Analogous Colors of #af2eac

#af2eac #af2e6c #722eaf

Monochromatic Colors of #af2eac

#af2eac

Complementary Color

#af2eac #2eaf31

#af2eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af2eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#af2eac Color CSS Codes

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

#af2eac Text Font Color

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

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


#af2eac Background Color

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

This div background color is #af2eac


#af2eac Border Color

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

This div border color is #af2eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af2eac


Comments

No comments written yet.

Please login to write comment.