Color Hex Logo

#af326d Color Hex

#AF326D
(175,50,109)
0 Favorites   0 Comments

Color spaces of #af326d

RGB 17550109
HSL0.920.560.44
HSV332°71°69°
CMYK 0.000.710.38   0.31
XYZ21.580112.499315.7432
Yxy12.49930.43310.2509
Hunter Lab35.354347.0853-1.6536
CIE-Lab41.998955.0341-4.9741

#af326d color RGB value is (175,50,109).

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

The process color (four color CMYK) of #af326d color hex is 0.00, 0.71, 0.38, 0.31. Web safe color of #af326d is #993366. Color #af326d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110010 01101101
Octal 257 62 155
Decimal 175 50 109
Hex AF 32 6D

RGB Percentages of Color #af326d

%52.40
%14.97
%32.63

CMYK Percentages of Color #af326d

%0
%71
%38
%31

Triadic Colors of #af326d

#af326d #6daf32 #326daf

Analogous Colors of #af326d

#af326d #af3632 #af32ac

Monochromatic Colors of #af326d

#af326d

Complementary Color

#af326d #32af74

#af326d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af326d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af326d Color CSS Codes

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

#af326d Text Font Color

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

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


#af326d Background Color

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

This div background color is #af326d


#af326d Border Color

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

This div border color is #af326d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af326d


Comments

No comments written yet.

Please login to write comment.