Color Hex Logo

#af3a96 Color Hex

#AF3A96
(175,58,150)
0 Favorites   0 Comments

Color spaces of #af3a96

RGB 17558150
HSL0.870.500.46
HSV313°67°69°
CMYK 0.000.670.14   0.31
XYZ24.697314.342130.3208
Yxy14.34210.35610.2068
Hunter Lab37.871050.1334-20.9599
CIE-Lab44.719657.3386-25.9151

#af3a96 color RGB value is (175,58,150).

#af3a96 hex color red value is 175, green value is 58 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #af3a96 hue: 0.87 , saturation: 0.50 and the lightness value of af3a96 is 0.46.

The process color (four color CMYK) of #af3a96 color hex is 0.00, 0.67, 0.14, 0.31. Web safe color of #af3a96 is #993399. Color #af3a96 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00111010 10010110
Octal 257 72 226
Decimal 175 58 150
Hex AF 3A 96

RGB Percentages of Color #af3a96

%45.69
%15.14
%39.16

CMYK Percentages of Color #af3a96

%0
%67
%14
%31

Triadic Colors of #af3a96

#af3a96 #96af3a #3a96af

Analogous Colors of #af3a96

#af3a96 #af3a5c #8e3aaf

Monochromatic Colors of #af3a96

#af3a96

Complementary Color

#af3a96 #3aaf53

#af3a96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af3a96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af3a96 Color CSS Codes

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

#af3a96 Text Font Color

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

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


#af3a96 Background Color

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

This div background color is #af3a96


#af3a96 Border Color

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

This div border color is #af3a96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af3a96


Comments

No comments written yet.

Please login to write comment.