Color Hex Logo

#af707b Color Hex

#AF707B
(175,112,123)
0 Favorites   0 Comments

Color spaces of #af707b

RGB 175112123
HSL0.970.280.56
HSV350°36°69°
CMYK 0.000.360.30   0.31
XYZ27.048522.132421.5853
Yxy22.13240.38220.3128
Hunter Lab47.045120.29945.7280
CIE-Lab54.167226.43584.3607

#af707b color RGB value is (175,112,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110000 01111011
Octal 257 160 173
Decimal 175 112 123
Hex AF 70 7B

RGB Percentages of Color #af707b

%42.68
%27.32
%30.00

CMYK Percentages of Color #af707b

%0
%36
%30
%31

Triadic Colors of #af707b

#af707b #7baf70 #707baf

Analogous Colors of #af707b

#af707b #af8570 #af709b

Monochromatic Colors of #af707b

#af707b

Complementary Color

#af707b #70afa4

#af707b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af707b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af707b Color CSS Codes

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

#af707b Text Font Color

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

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


#af707b Background Color

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

This div background color is #af707b


#af707b Border Color

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

This div border color is #af707b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af707b


Comments

No comments written yet.

Please login to write comment.