Color Hex Logo

#af437e Color Hex

#AF437E
(175,67,126)
0 Favorites   0 Comments

Color spaces of #af437e

RGB 17567126
HSL0.910.450.47
HSV327°62°69°
CMYK 0.000.620.28   0.31
XYZ23.452214.634621.3274
Yxy14.63460.39470.2463
Hunter Lab38.255242.4821-6.2757
CIE-Lab45.129650.1168-10.7550

#af437e color RGB value is (175,67,126).

#af437e hex color red value is 175, green value is 67 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #af437e hue: 0.91 , saturation: 0.45 and the lightness value of af437e is 0.47.

The process color (four color CMYK) of #af437e color hex is 0.00, 0.62, 0.28, 0.31. Web safe color of #af437e is #993366. Color #af437e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000011 01111110
Octal 257 103 176
Decimal 175 67 126
Hex AF 43 7E

RGB Percentages of Color #af437e

%47.55
%18.21
%34.24

CMYK Percentages of Color #af437e

%0
%62
%28
%31

Triadic Colors of #af437e

#af437e #7eaf43 #437eaf

Analogous Colors of #af437e

#af437e #af4348 #aa43af

Monochromatic Colors of #af437e

#af437e

Complementary Color

#af437e #43af74

#af437e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af437e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af437e Color CSS Codes

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

#af437e Text Font Color

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

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


#af437e Background Color

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

This div background color is #af437e


#af437e Border Color

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

This div border color is #af437e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af437e


Comments

No comments written yet.

Please login to write comment.