Color Hex Logo

#af7078 Color Hex

#AF7078
(175,112,120)
0 Favorites   0 Comments

Color spaces of #af7078

RGB 175112120
HSL0.980.280.56
HSV352°36°69°
CMYK 0.000.360.31   0.31
XYZ26.863522.058420.6111
Yxy22.05840.38630.3172
Hunter Lab46.966419.90606.8572
CIE-Lab54.088926.02176.0072

#af7078 color RGB value is (175,112,120).

#af7078 hex color red value is 175, green value is 112 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #af7078 hue: 0.98 , saturation: 0.28 and the lightness value of af7078 is 0.56.

The process color (four color CMYK) of #af7078 color hex is 0.00, 0.36, 0.31, 0.31. Web safe color of #af7078 is #996666. Color #af7078 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110000 01111000
Octal 257 160 170
Decimal 175 112 120
Hex AF 70 78

RGB Percentages of Color #af7078

%43.00
%27.52
%29.48

CMYK Percentages of Color #af7078

%0
%36
%31
%31

Triadic Colors of #af7078

#af7078 #78af70 #7078af

Analogous Colors of #af7078

#af7078 #af8870 #af7098

Monochromatic Colors of #af7078

#af7078

Complementary Color

#af7078 #70afa7

#af7078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7078 Color CSS Codes

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

#af7078 Text Font Color

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

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


#af7078 Background Color

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

This div background color is #af7078


#af7078 Border Color

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

This div border color is #af7078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7078


Comments

No comments written yet.

Please login to write comment.