Color Hex Logo

#af279c Color Hex

#AF279C
(175,39,156)
0 Favorites   0 Comments

Color spaces of #af279c

RGB 17539156
HSL0.860.640.42
HSV308°78°69°
CMYK 0.000.780.11   0.31
XYZ24.405512.965332.6687
Yxy12.96530.34850.1851
Hunter Lab36.007457.9730-28.5874
CIE-Lab42.710964.7351-32.6661

#af279c color RGB value is (175,39,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100111 10011100
Octal 257 47 234
Decimal 175 39 156
Hex AF 27 9C

RGB Percentages of Color #af279c

%47.30
%10.54
%42.16

CMYK Percentages of Color #af279c

%0
%78
%11
%31

Triadic Colors of #af279c

#af279c #9caf27 #279caf

Analogous Colors of #af279c

#af279c #af2758 #7e27af

Monochromatic Colors of #af279c

#af279c

Complementary Color

#af279c #27af3a

#af279c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af279c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af279c Color CSS Codes

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

#af279c Text Font Color

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

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


#af279c Background Color

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

This div background color is #af279c


#af279c Border Color

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

This div border color is #af279c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af279c


Comments

No comments written yet.

Please login to write comment.