Color Hex Logo

#af638a Color Hex

#AF638A
(175,99,138)
0 Favorites   0 Comments

Color spaces of #af638a

RGB 17599138
HSL0.910.320.54
HSV329°43°69°
CMYK 0.000.430.21   0.31
XYZ26.728519.872626.4718
Yxy19.87260.36580.2720
Hunter Lab44.578729.0123-4.0026
CIE-Lab51.692935.7989-8.1140

#af638a color RGB value is (175,99,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100011 10001010
Octal 257 143 212
Decimal 175 99 138
Hex AF 63 8A

RGB Percentages of Color #af638a

%42.48
%24.03
%33.50

CMYK Percentages of Color #af638a

%0
%43
%21
%31

Triadic Colors of #af638a

#af638a #8aaf63 #638aaf

Analogous Colors of #af638a

#af638a #af6364 #ae63af

Monochromatic Colors of #af638a

#af638a

Complementary Color

#af638a #63af88

#af638a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af638a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af638a Color CSS Codes

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

#af638a Text Font Color

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

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


#af638a Background Color

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

This div background color is #af638a


#af638a Border Color

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

This div border color is #af638a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af638a


Comments

No comments written yet.

Please login to write comment.