Color Hex Logo

#af456d Color Hex

#AF456D
(175,69,109)
0 Favorites   0 Comments

Color spaces of #af456d

RGB 17569109
HSL0.940.430.48
HSV337°61°69°
CMYK 0.000.610.38   0.31
XYZ22.567614.474316.0724
Yxy14.47430.42490.2725
Hunter Lab38.045139.30371.5841
CIE-Lab44.905647.0888-0.6892

#af456d color RGB value is (175,69,109).

#af456d hex color red value is 175, green value is 69 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #af456d hue: 0.94 , saturation: 0.43 and the lightness value of af456d is 0.48.

The process color (four color CMYK) of #af456d color hex is 0.00, 0.61, 0.38, 0.31. Web safe color of #af456d is #993366. Color #af456d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000101 01101101
Octal 257 105 155
Decimal 175 69 109
Hex AF 45 6D

RGB Percentages of Color #af456d

%49.58
%19.55
%30.88

CMYK Percentages of Color #af456d

%0
%61
%38
%31

Triadic Colors of #af456d

#af456d #6daf45 #456daf

Analogous Colors of #af456d

#af456d #af5245 #af45a2

Monochromatic Colors of #af456d

#af456d

Complementary Color

#af456d #45af87

#af456d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af456d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af456d Color CSS Codes

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

#af456d Text Font Color

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

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


#af456d Background Color

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

This div background color is #af456d


#af456d Border Color

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

This div border color is #af456d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af456d


Comments

No comments written yet.

Please login to write comment.