Color Hex Logo

#af638e Color Hex

#AF638E
(175,99,142)
0 Favorites   0 Comments

Color spaces of #af638e

RGB 17599142
HSL0.910.320.54
HSV326°43°69°
CMYK 0.000.430.19   0.31
XYZ27.023519.990628.0255
Yxy19.99060.36010.2664
Hunter Lab44.710829.6425-5.8664
CIE-Lab51.826636.4233-10.2793

#af638e color RGB value is (175,99,142).

#af638e hex color red value is 175, green value is 99 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #af638e hue: 0.91 , saturation: 0.32 and the lightness value of af638e is 0.54.

The process color (four color CMYK) of #af638e color hex is 0.00, 0.43, 0.19, 0.31. Web safe color of #af638e is #996699. Color #af638e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100011 10001110
Octal 257 143 216
Decimal 175 99 142
Hex AF 63 8E

RGB Percentages of Color #af638e

%42.07
%23.80
%34.13

CMYK Percentages of Color #af638e

%0
%43
%19
%31

Triadic Colors of #af638e

#af638e #8eaf63 #638eaf

Analogous Colors of #af638e

#af638e #af6368 #aa63af

Monochromatic Colors of #af638e

#af638e

Complementary Color

#af638e #63af84

#af638e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af638e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af638e Color CSS Codes

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

#af638e Text Font Color

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

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


#af638e Background Color

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

This div background color is #af638e


#af638e Border Color

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

This div border color is #af638e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af638e


Comments

No comments written yet.

Please login to write comment.