Color Hex Logo

#af0677 Color Hex

#AF0677
(175,6,119)
0 Favorites   0 Comments

Color spaces of #af0677

RGB 1756119
HSL0.890.930.35
HSV320°97°69°
CMYK 0.000.970.32   0.31
XYZ21.074110.576118.3834
Yxy10.57610.42120.2114
Hunter Lab32.520958.7594-10.7508
CIE-Lab38.857166.1733-15.9585

#af0677 color RGB value is (175,6,119).

#af0677 hex color red value is 175, green value is 6 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #af0677 hue: 0.89 , saturation: 0.93 and the lightness value of af0677 is 0.35.

The process color (four color CMYK) of #af0677 color hex is 0.00, 0.97, 0.32, 0.31. Web safe color of #af0677 is #990066. Color #af0677 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000110 01110111
Octal 257 6 167
Decimal 175 6 119
Hex AF 6 77

RGB Percentages of Color #af0677

%58.33
%2.00
%39.67

CMYK Percentages of Color #af0677

%0
%97
%32
%31

Triadic Colors of #af0677

#af0677 #77af06 #0677af

Analogous Colors of #af0677

#af0677 #af0623 #9306af

Monochromatic Colors of #af0677

#af0677

Complementary Color

#af0677 #06af3e

#af0677 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af0677 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af0677 Color CSS Codes

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

#af0677 Text Font Color

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

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


#af0677 Background Color

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

This div background color is #af0677


#af0677 Border Color

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

This div border color is #af0677


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af0677


Comments

No comments written yet.

Please login to write comment.