Color Hex Logo

#af2ba4 Color Hex

#AF2BA4
(175,43,164)
0 Favorites   0 Comments

Color spaces of #af2ba4

RGB 17543164
HSL0.850.610.43
HSV305°75°69°
CMYK 0.000.750.06   0.31
XYZ25.243913.522036.4015
Yxy13.52200.33580.1799
Hunter Lab36.772358.1875-32.9516
CIE-Lab43.539564.7620-36.1543

#af2ba4 color RGB value is (175,43,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101011 10100100
Octal 257 53 244
Decimal 175 43 164
Hex AF 2B A4

RGB Percentages of Color #af2ba4

%45.81
%11.26
%42.93

CMYK Percentages of Color #af2ba4

%0
%75
%6
%31

Triadic Colors of #af2ba4

#af2ba4 #a4af2b #2ba4af

Analogous Colors of #af2ba4

#af2ba4 #af2b62 #782baf

Monochromatic Colors of #af2ba4

#af2ba4

Complementary Color

#af2ba4 #2baf36

#af2ba4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af2ba4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af2ba4 Color CSS Codes

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

#af2ba4 Text Font Color

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

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


#af2ba4 Background Color

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

This div background color is #af2ba4


#af2ba4 Border Color

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

This div border color is #af2ba4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af2ba4


Comments

No comments written yet.

Please login to write comment.