Color Hex Logo

#af98bb Color Hex

#AF98BB
(175,152,187)
0 Favorites   0 Comments

Color spaces of #af98bb

RGB 175152187
HSL0.780.200.66
HSV279°19°73°
CMYK 0.060.190.00   0.27
XYZ37.877135.158351.8036
Yxy35.15830.30340.2816
Hunter Lab59.294410.2600-10.2936
CIE-Lab65.871715.0495-14.9755

#af98bb color RGB value is (175,152,187).

#af98bb hex color red value is 175, green value is 152 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #af98bb hue: 0.78 , saturation: 0.20 and the lightness value of af98bb is 0.66.

The process color (four color CMYK) of #af98bb color hex is 0.06, 0.19, 0.00, 0.27. Web safe color of #af98bb is #9999cc. Color #af98bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011000 10111011
Octal 257 230 273
Decimal 175 152 187
Hex AF 98 BB

RGB Percentages of Color #af98bb

%34.05
%29.57
%36.38

CMYK Percentages of Color #af98bb

%6
%19
%0
%27

Triadic Colors of #af98bb

#af98bb #bbaf98 #98bbaf

Analogous Colors of #af98bb

#af98bb #bb98b6 #9e98bb

Monochromatic Colors of #af98bb

#af98bb

Complementary Color

#af98bb #a4bb98

#af98bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af98bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af98bb Color CSS Codes

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

#af98bb Text Font Color

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

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


#af98bb Background Color

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

This div background color is #af98bb


#af98bb Border Color

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

This div border color is #af98bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af98bb


Comments

No comments written yet.

Please login to write comment.