Color Hex Logo

#af5caa Color Hex

#AF5CAA
(175,92,170)
0 Favorites   0 Comments

Color spaces of #af5caa

RGB 17592170
HSL0.840.340.52
HSV304°47°69°
CMYK 0.000.470.03   0.31
XYZ28.762019.670540.3111
Yxy19.67050.32410.2217
Hunter Lab44.351438.1426-22.8428
CIE-Lab51.462644.8966-27.2952

#af5caa color RGB value is (175,92,170).

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

The process color (four color CMYK) of #af5caa color hex is 0.00, 0.47, 0.03, 0.31. Web safe color of #af5caa is #996699. Color #af5caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011100 10101010
Octal 257 134 252
Decimal 175 92 170
Hex AF 5C AA

RGB Percentages of Color #af5caa

%40.05
%21.05
%38.90

CMYK Percentages of Color #af5caa

%0
%47
%3
%31

Triadic Colors of #af5caa

#af5caa #aaaf5c #5caaaf

Analogous Colors of #af5caa

#af5caa #af5c81 #8b5caf

Monochromatic Colors of #af5caa

#af5caa

Complementary Color

#af5caa #5caf61

#af5caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5caa Color CSS Codes

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

#af5caa Text Font Color

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

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


#af5caa Background Color

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

This div background color is #af5caa


#af5caa Border Color

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

This div border color is #af5caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5caa


Comments

No comments written yet.

Please login to write comment.