Color Hex Logo

#af256c Color Hex

#AF256C
(175,37,108)
0 Favorites   0 Comments

Color spaces of #af256c

RGB 17537108
HSL0.910.650.42
HSV329°79°69°
CMYK 0.000.790.38   0.31
XYZ21.047511.519815.3016
Yxy11.51980.43970.2407
Hunter Lab33.940851.2956-2.9712
CIE-Lab40.442559.2124-6.6667

#af256c color RGB value is (175,37,108).

#af256c hex color red value is 175, green value is 37 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #af256c hue: 0.91 , saturation: 0.65 and the lightness value of af256c is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100101 01101100
Octal 257 45 154
Decimal 175 37 108
Hex AF 25 6C

RGB Percentages of Color #af256c

%54.69
%11.56
%33.75

CMYK Percentages of Color #af256c

%0
%79
%38
%31

Triadic Colors of #af256c

#af256c #6caf25 #256caf

Analogous Colors of #af256c

#af256c #af2527 #ad25af

Monochromatic Colors of #af256c

#af256c

Complementary Color

#af256c #25af68

#af256c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af256c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af256c Color CSS Codes

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

#af256c Text Font Color

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

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


#af256c Background Color

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

This div background color is #af256c


#af256c Border Color

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

This div border color is #af256c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af256c


Comments

No comments written yet.

Please login to write comment.