Color Hex Logo

#af5b8a Color Hex

#AF5B8A
(175,91,138)
0 Favorites   0 Comments

Color spaces of #af5b8a

RGB 17591138
HSL0.910.340.52
HSV326°48°69°
CMYK 0.000.480.21   0.31
XYZ26.007718.431126.2316
Yxy18.43110.36800.2608
Hunter Lab42.931533.0045-6.1748
CIE-Lab50.014940.0601-10.6284

#af5b8a color RGB value is (175,91,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011011 10001010
Octal 257 133 212
Decimal 175 91 138
Hex AF 5B 8A

RGB Percentages of Color #af5b8a

%43.32
%22.52
%34.16

CMYK Percentages of Color #af5b8a

%0
%48
%21
%31

Triadic Colors of #af5b8a

#af5b8a #8aaf5b #5b8aaf

Analogous Colors of #af5b8a

#af5b8a #af5b60 #aa5baf

Monochromatic Colors of #af5b8a

#af5b8a

Complementary Color

#af5b8a #5baf80

#af5b8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5b8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5b8a Color CSS Codes

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

#af5b8a Text Font Color

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

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


#af5b8a Background Color

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

This div background color is #af5b8a


#af5b8a Border Color

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

This div border color is #af5b8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5b8a


Comments

No comments written yet.

Please login to write comment.