Color Hex Logo

#f4aafb Color Hex

#F4AAFB
(244,170,251)
0 Favorites   0 Comments

Color spaces of #f4aafb

RGB 244170251
HSL0.820.910.83
HSV295°32°98°
CMYK 0.030.320.00   0.02
XYZ69.095554.947698.2310
Yxy54.94760.31090.2472
Hunter Lab74.126636.6632-26.6811
CIE-Lab79.011140.0496-29.4408

#f4aafb color RGB value is (244,170,251).

#f4aafb hex color red value is 244, green value is 170 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f4aafb hue: 0.82 , saturation: 0.91 and the lightness value of f4aafb is 0.83.

The process color (four color CMYK) of #f4aafb color hex is 0.03, 0.32, 0.00, 0.02. Web safe color of #f4aafb is #ff99ff. Color #f4aafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10101010 11111011
Octal 364 252 373
Decimal 244 170 251
Hex F4 AA FB

RGB Percentages of Color #f4aafb

%36.69
%25.56
%37.74

CMYK Percentages of Color #f4aafb

%3
%32
%0
%2

Triadic Colors of #f4aafb

#f4aafb #fbf4aa #aafbf4

Analogous Colors of #f4aafb

#f4aafb #fbaada #ccaafb

Monochromatic Colors of #f4aafb

#f4aafb

Complementary Color

#f4aafb #b1fbaa

#f4aafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4aafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4aafb Color CSS Codes

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

#f4aafb Text Font Color

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

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


#f4aafb Background Color

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

This div background color is #f4aafb


#f4aafb Border Color

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

This div border color is #f4aafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4aafb


Comments

No comments written yet.

Please login to write comment.