Color Hex Logo

#af3286 Color Hex

#AF3286
(175,50,134)
0 Favorites   0 Comments

Color spaces of #af3286

RGB 17550134
HSL0.890.560.44
HSV320°71°69°
CMYK 0.000.710.23   0.31
XYZ23.122913.116423.8673
Yxy13.11640.38470.2182
Hunter Lab36.216650.5864-13.7215
CIE-Lab42.938158.0882-18.9725

#af3286 color RGB value is (175,50,134).

#af3286 hex color red value is 175, green value is 50 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #af3286 hue: 0.89 , saturation: 0.56 and the lightness value of af3286 is 0.44.

The process color (four color CMYK) of #af3286 color hex is 0.00, 0.71, 0.23, 0.31. Web safe color of #af3286 is #993399. Color #af3286 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110010 10000110
Octal 257 62 206
Decimal 175 50 134
Hex AF 32 86

RGB Percentages of Color #af3286

%48.75
%13.93
%37.33

CMYK Percentages of Color #af3286

%0
%71
%23
%31

Triadic Colors of #af3286

#af3286 #86af32 #3286af

Analogous Colors of #af3286

#af3286 #af3247 #9a32af

Monochromatic Colors of #af3286

#af3286

Complementary Color

#af3286 #32af5b

#af3286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af3286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af3286 Color CSS Codes

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

#af3286 Text Font Color

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

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


#af3286 Background Color

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

This div background color is #af3286


#af3286 Border Color

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

This div border color is #af3286


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af3286


Comments

No comments written yet.

Please login to write comment.