Color Hex Logo

#af1aac Color Hex

#AF1AAC
(175,26,172)
0 Favorites   0 Comments

Color spaces of #af1aac

RGB 17526172
HSL0.840.740.39
HSV301°85°69°
CMYK 0.000.850.02   0.31
XYZ25.495012.831340.1627
Yxy12.83130.32480.1635
Hunter Lab35.820864.3587-41.4021
CIE-Lab42.507970.2703-42.5578

#af1aac color RGB value is (175,26,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00011010 10101100
Octal 257 32 254
Decimal 175 26 172
Hex AF 1A AC

RGB Percentages of Color #af1aac

%46.92
%6.97
%46.11

CMYK Percentages of Color #af1aac

%0
%85
%2
%31

Triadic Colors of #af1aac

#af1aac #acaf1a #1aacaf

Analogous Colors of #af1aac

#af1aac #af1a62 #681aaf

Monochromatic Colors of #af1aac

#af1aac

Complementary Color

#af1aac #1aaf1d

#af1aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af1aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#af1aac Color CSS Codes

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

#af1aac Text Font Color

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

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


#af1aac Background Color

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

This div background color is #af1aac


#af1aac Border Color

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

This div border color is #af1aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af1aac


Comments

No comments written yet.

Please login to write comment.