Color Hex Logo

#af279e Color Hex

#AF279E
(175,39,158)
0 Favorites   0 Comments

Color spaces of #af279e

RGB 17539158
HSL0.850.640.42
HSV308°78°69°
CMYK 0.000.780.10   0.31
XYZ24.576313.033633.5682
Yxy13.03360.34530.1831
Hunter Lab36.102158.3343-29.8572
CIE-Lab42.813865.0312-33.7064

#af279e color RGB value is (175,39,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100111 10011110
Octal 257 47 236
Decimal 175 39 158
Hex AF 27 9E

RGB Percentages of Color #af279e

%47.04
%10.48
%42.47

CMYK Percentages of Color #af279e

%0
%78
%10
%31

Triadic Colors of #af279e

#af279e #9eaf27 #279eaf

Analogous Colors of #af279e

#af279e #af275a #7c27af

Monochromatic Colors of #af279e

#af279e

Complementary Color

#af279e #27af38

#af279e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af279e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af279e Color CSS Codes

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

#af279e Text Font Color

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

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


#af279e Background Color

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

This div background color is #af279e


#af279e Border Color

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

This div border color is #af279e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af279e


Comments

No comments written yet.

Please login to write comment.