Color Hex Logo

#af286a Color Hex

#AF286A
(175,40,106)
0 Favorites   0 Comments

Color spaces of #af286a

RGB 17540106
HSL0.920.630.42
HSV331°77°69°
CMYK 0.000.770.39   0.31
XYZ21.039511.672214.7797
Yxy11.67220.44300.2458
Hunter Lab34.164650.1371-1.7338
CIE-Lab40.690358.1059-5.0436

#af286a color RGB value is (175,40,106).

#af286a hex color red value is 175, green value is 40 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #af286a hue: 0.92 , saturation: 0.63 and the lightness value of af286a is 0.42.

The process color (four color CMYK) of #af286a color hex is 0.00, 0.77, 0.39, 0.31. Web safe color of #af286a is #993366. Color #af286a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101000 01101010
Octal 257 50 152
Decimal 175 40 106
Hex AF 28 6A

RGB Percentages of Color #af286a

%54.52
%12.46
%33.02

CMYK Percentages of Color #af286a

%0
%77
%39
%31

Triadic Colors of #af286a

#af286a #6aaf28 #286aaf

Analogous Colors of #af286a

#af286a #af2928 #af28ae

Monochromatic Colors of #af286a

#af286a

Complementary Color

#af286a #28af6d

#af286a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af286a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af286a Color CSS Codes

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

#af286a Text Font Color

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

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


#af286a Background Color

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

This div background color is #af286a


#af286a Border Color

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

This div border color is #af286a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af286a


Comments

No comments written yet.

Please login to write comment.