Color Hex Logo

#af405b Color Hex

#AF405B
(175,64,91)
0 Favorites   0 Comments

Color spaces of #af405b

RGB 1756491
HSL0.960.460.47
HSV345°63°69°
CMYK 0.000.630.48   0.31
XYZ21.400913.536111.3823
Yxy13.53610.46200.2922
Hunter Lab36.791439.44517.4112
CIE-Lab43.560247.45798.4749

#af405b color RGB value is (175,64,91).

#af405b hex color red value is 175, green value is 64 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #af405b hue: 0.96 , saturation: 0.46 and the lightness value of af405b is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000000 01011011
Octal 257 100 133
Decimal 175 64 91
Hex AF 40 5B

RGB Percentages of Color #af405b

%53.03
%19.39
%27.58

CMYK Percentages of Color #af405b

%0
%63
%48
%31

Triadic Colors of #af405b

#af405b #5baf40 #405baf

Analogous Colors of #af405b

#af405b #af5d40 #af4093

Monochromatic Colors of #af405b

#af405b

Complementary Color

#af405b #40af94

#af405b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af405b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af405b Color CSS Codes

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

#af405b Text Font Color

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

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


#af405b Background Color

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

This div background color is #af405b


#af405b Border Color

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

This div border color is #af405b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,64,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 #af405b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af405b


Comments

No comments written yet.

Please login to write comment.