Color Hex Logo

#af426c Color Hex

#AF426C
(175,66,108)
0 Favorites   0 Comments

Color spaces of #af426c

RGB 17566108
HSL0.940.450.47
HSV337°62°69°
CMYK 0.000.620.38   0.31
XYZ22.334214.093115.7305
Yxy14.09310.42820.2702
Hunter Lab37.540840.49901.4346
CIE-Lab44.366248.3429-0.8644

#af426c color RGB value is (175,66,108).

#af426c hex color red value is 175, green value is 66 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #af426c hue: 0.94 , saturation: 0.45 and the lightness value of af426c is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000010 01101100
Octal 257 102 154
Decimal 175 66 108
Hex AF 42 6C

RGB Percentages of Color #af426c

%50.14
%18.91
%30.95

CMYK Percentages of Color #af426c

%0
%62
%38
%31

Triadic Colors of #af426c

#af426c #6caf42 #426caf

Analogous Colors of #af426c

#af426c #af4f42 #af42a3

Monochromatic Colors of #af426c

#af426c

Complementary Color

#af426c #42af85

#af426c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af426c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af426c Color CSS Codes

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

#af426c Text Font Color

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

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


#af426c Background Color

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

This div background color is #af426c


#af426c Border Color

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

This div border color is #af426c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af426c


Comments

No comments written yet.

Please login to write comment.