Color Hex Logo

#af97b2 Color Hex

#AF97B2
(175,151,178)
0 Favorites   0 Comments

Color spaces of #af97b2

RGB 175151178
HSL0.810.150.65
HSV293°15°70°
CMYK 0.020.150.00   0.30
XYZ36.781734.461546.8326
Yxy34.46150.31150.2919
Hunter Lab58.70399.1096-6.2074
CIE-Lab65.327213.8147-10.7513

#af97b2 color RGB value is (175,151,178).

#af97b2 hex color red value is 175, green value is 151 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #af97b2 hue: 0.81 , saturation: 0.15 and the lightness value of af97b2 is 0.65.

The process color (four color CMYK) of #af97b2 color hex is 0.02, 0.15, 0.00, 0.30. Web safe color of #af97b2 is #999999. Color #af97b2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010111 10110010
Octal 257 227 262
Decimal 175 151 178
Hex AF 97 B2

RGB Percentages of Color #af97b2

%34.72
%29.96
%35.32

CMYK Percentages of Color #af97b2

%2
%15
%0
%30

Triadic Colors of #af97b2

#af97b2 #b2af97 #97b2af

Analogous Colors of #af97b2

#af97b2 #b297a8 #a297b2

Monochromatic Colors of #af97b2

#af97b2

Complementary Color

#af97b2 #9ab297

#af97b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af97b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af97b2 Color CSS Codes

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

#af97b2 Text Font Color

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

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


#af97b2 Background Color

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

This div background color is #af97b2


#af97b2 Border Color

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

This div border color is #af97b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af97b2


Comments

No comments written yet.

Please login to write comment.