Color Hex Logo

#af2bac Color Hex

#AF2BAC
(175,43,172)
0 Favorites   0 Comments

Color spaces of #af2bac

RGB 17543172
HSL0.840.610.43
HSV301°75°69°
CMYK 0.000.750.02   0.31
XYZ25.989513.820340.3275
Yxy13.82030.32430.1725
Hunter Lab37.175759.7319-38.2938
CIE-Lab43.974166.0221-40.2259

#af2bac color RGB value is (175,43,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101011 10101100
Octal 257 53 254
Decimal 175 43 172
Hex AF 2B AC

RGB Percentages of Color #af2bac

%44.87
%11.03
%44.10

CMYK Percentages of Color #af2bac

%0
%75
%2
%31

Triadic Colors of #af2bac

#af2bac #acaf2b #2bacaf

Analogous Colors of #af2bac

#af2bac #af2b6a #702baf

Monochromatic Colors of #af2bac

#af2bac

Complementary Color

#af2bac #2baf2e

#af2bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af2bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#af2bac Color CSS Codes

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

#af2bac Text Font Color

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

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


#af2bac Background Color

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

This div background color is #af2bac


#af2bac Border Color

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

This div border color is #af2bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af2bac


Comments

No comments written yet.

Please login to write comment.