Color Hex Logo

#af277e Color Hex

#AF277E
(175,39,126)
0 Favorites   0 Comments

Color spaces of #af277e

RGB 17539126
HSL0.890.640.42
HSV322°78°69°
CMYK 0.000.780.28   0.31
XYZ22.170612.071420.9001
Yxy12.07140.40210.2189
Hunter Lab34.743953.1016-11.3450
CIE-Lab41.329460.6772-16.5262

#af277e color RGB value is (175,39,126).

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

The process color (four color CMYK) of #af277e color hex is 0.00, 0.78, 0.28, 0.31. Web safe color of #af277e is #993366. Color #af277e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100111 01111110
Octal 257 47 176
Decimal 175 39 126
Hex AF 27 7E

RGB Percentages of Color #af277e

%51.47
%11.47
%37.06

CMYK Percentages of Color #af277e

%0
%78
%28
%31

Triadic Colors of #af277e

#af277e #7eaf27 #277eaf

Analogous Colors of #af277e

#af277e #af273a #9c27af

Monochromatic Colors of #af277e

#af277e

Complementary Color

#af277e #27af58

#af277e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af277e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af277e Color CSS Codes

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

#af277e Text Font Color

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

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


#af277e Background Color

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

This div background color is #af277e


#af277e Border Color

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

This div border color is #af277e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af277e


Comments

No comments written yet.

Please login to write comment.