Color Hex Logo

#af3996 Color Hex

#AF3996
(175,57,150)
0 Favorites   0 Comments

Color spaces of #af3996

RGB 17557150
HSL0.870.510.45
HSV313°67°69°
CMYK 0.000.670.14   0.31
XYZ24.647314.242230.3041
Yxy14.24220.35620.2058
Hunter Lab37.738850.5357-21.1924
CIE-Lab44.578357.7322-26.1348

#af3996 color RGB value is (175,57,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00111001 10010110
Octal 257 71 226
Decimal 175 57 150
Hex AF 39 96

RGB Percentages of Color #af3996

%45.81
%14.92
%39.27

CMYK Percentages of Color #af3996

%0
%67
%14
%31

Triadic Colors of #af3996

#af3996 #96af39 #3996af

Analogous Colors of #af3996

#af3996 #af395b #8d39af

Monochromatic Colors of #af3996

#af3996

Complementary Color

#af3996 #39af52

#af3996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af3996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af3996 Color CSS Codes

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

#af3996 Text Font Color

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

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


#af3996 Background Color

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

This div background color is #af3996


#af3996 Border Color

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

This div border color is #af3996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af3996


Comments

No comments written yet.

Please login to write comment.