Color Hex Logo

#af489b Color Hex

#AF489B
(175,72,155)
0 Favorites   0 Comments

Color spaces of #af489b

RGB 17572155
HSL0.870.420.48
HSV312°59°69°
CMYK 0.000.590.11   0.31
XYZ25.913016.115232.7551
Yxy16.11520.34650.2155
Hunter Lab40.143744.9712-20.2768
CIE-Lab47.125352.1208-25.1730

#af489b color RGB value is (175,72,155).

#af489b hex color red value is 175, green value is 72 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #af489b hue: 0.87 , saturation: 0.42 and the lightness value of af489b is 0.48.

The process color (four color CMYK) of #af489b color hex is 0.00, 0.59, 0.11, 0.31. Web safe color of #af489b is #993399. Color #af489b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01001000 10011011
Octal 257 110 233
Decimal 175 72 155
Hex AF 48 9B

RGB Percentages of Color #af489b

%43.53
%17.91
%38.56

CMYK Percentages of Color #af489b

%0
%59
%11
%31

Triadic Colors of #af489b

#af489b #9baf48 #489baf

Analogous Colors of #af489b

#af489b #af4868 #9048af

Monochromatic Colors of #af489b

#af489b

Complementary Color

#af489b #48af5c

#af489b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af489b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af489b Color CSS Codes

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

#af489b Text Font Color

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

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


#af489b Background Color

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

This div background color is #af489b


#af489b Border Color

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

This div border color is #af489b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af489b


Comments

No comments written yet.

Please login to write comment.