Color Hex Logo

#af8a94 Color Hex

#AF8A94
(175,138,148)
0 Favorites   0 Comments

Color spaces of #af8a94

RGB 175138148
HSL0.950.190.61
HSV344°21°69°
CMYK 0.000.210.15   0.31
XYZ32.113029.429032.0048
Yxy29.42900.34330.3146
Hunter Lab54.248510.73022.9948
CIE-Lab61.158415.66510.0531

#af8a94 color RGB value is (175,138,148).

#af8a94 hex color red value is 175, green value is 138 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #af8a94 hue: 0.95 , saturation: 0.19 and the lightness value of af8a94 is 0.61.

The process color (four color CMYK) of #af8a94 color hex is 0.00, 0.21, 0.15, 0.31. Web safe color of #af8a94 is #999999. Color #af8a94 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001010 10010100
Octal 257 212 224
Decimal 175 138 148
Hex AF 8A 94

RGB Percentages of Color #af8a94

%37.96
%29.93
%32.10

CMYK Percentages of Color #af8a94

%0
%21
%15
%31

Triadic Colors of #af8a94

#af8a94 #94af8a #8a94af

Analogous Colors of #af8a94

#af8a94 #af938a #af8aa7

Monochromatic Colors of #af8a94

#af8a94

Complementary Color

#af8a94 #8aafa5

#af8a94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af8a94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af8a94 Color CSS Codes

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

#af8a94 Text Font Color

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

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


#af8a94 Background Color

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

This div background color is #af8a94


#af8a94 Border Color

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

This div border color is #af8a94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af8a94


Comments

No comments written yet.

Please login to write comment.