Color Hex Logo

#af279f Color Hex

#AF279F
(175,39,159)
0 Favorites   0 Comments

Color spaces of #af279f

RGB 17539159
HSL0.850.640.42
HSV307°78°69°
CMYK 0.000.780.09   0.31
XYZ24.662713.068234.0234
Yxy13.06820.34370.1821
Hunter Lab36.150058.5162-30.4972
CIE-Lab42.865865.1799-34.2247

#af279f color RGB value is (175,39,159).

#af279f hex color red value is 175, green value is 39 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #af279f hue: 0.85 , saturation: 0.64 and the lightness value of af279f is 0.42.

The process color (four color CMYK) of #af279f color hex is 0.00, 0.78, 0.09, 0.31. Web safe color of #af279f is #993399. Color #af279f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100111 10011111
Octal 257 47 237
Decimal 175 39 159
Hex AF 27 9F

RGB Percentages of Color #af279f

%46.92
%10.46
%42.63

CMYK Percentages of Color #af279f

%0
%78
%9
%31

Triadic Colors of #af279f

#af279f #9faf27 #279faf

Analogous Colors of #af279f

#af279f #af275b #7b27af

Monochromatic Colors of #af279f

#af279f

Complementary Color

#af279f #27af37

#af279f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af279f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af279f Color CSS Codes

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

#af279f Text Font Color

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

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


#af279f Background Color

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

This div background color is #af279f


#af279f Border Color

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

This div border color is #af279f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af279f


Comments

No comments written yet.

Please login to write comment.