Color Hex Logo

#af485b Color Hex

#AF485B
(175,72,91)
0 Favorites   0 Comments

Color spaces of #af485b

RGB 1757291
HSL0.970.420.48
HSV349°59°69°
CMYK 0.000.590.48   0.31
XYZ21.884914.504011.5436
Yxy14.50400.45660.3026
Hunter Lab38.084135.92728.6876
CIE-Lab44.947243.755210.4235

#af485b color RGB value is (175,72,91).

#af485b hex color red value is 175, green value is 72 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #af485b hue: 0.97 , saturation: 0.42 and the lightness value of af485b is 0.48.

The process color (four color CMYK) of #af485b color hex is 0.00, 0.59, 0.48, 0.31. Web safe color of #af485b is #993366. Color #af485b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01001000 01011011
Octal 257 110 133
Decimal 175 72 91
Hex AF 48 5B

RGB Percentages of Color #af485b

%51.78
%21.30
%26.92

CMYK Percentages of Color #af485b

%0
%59
%48
%31

Triadic Colors of #af485b

#af485b #5baf48 #485baf

Analogous Colors of #af485b

#af485b #af6948 #af488f

Monochromatic Colors of #af485b

#af485b

Complementary Color

#af485b #48af9c

#af485b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af485b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af485b Color CSS Codes

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

#af485b Text Font Color

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

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


#af485b Background Color

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

This div background color is #af485b


#af485b Border Color

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

This div border color is #af485b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af485b


Comments

No comments written yet.

Please login to write comment.