Color Hex Logo

#f484aa Color Hex

#F484AA
(244,132,170)
0 Favorites   0 Comments

Color spaces of #f484aa

RGB 244132170
HSL0.940.840.74
HSV340°46°96°
CMYK 0.000.460.30   0.04
XYZ52.815238.637942.7044
Yxy38.63790.39370.2880
Hunter Lab62.159442.88782.7785
CIE-Lab68.488246.8916-0.7284

#f484aa color RGB value is (244,132,170).

#f484aa hex color red value is 244, green value is 132 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f484aa hue: 0.94 , saturation: 0.84 and the lightness value of f484aa is 0.74.

The process color (four color CMYK) of #f484aa color hex is 0.00, 0.46, 0.30, 0.04. Web safe color of #f484aa is #ff9999. Color #f484aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000100 10101010
Octal 364 204 252
Decimal 244 132 170
Hex F4 84 AA

RGB Percentages of Color #f484aa

%44.69
%24.18
%31.14

CMYK Percentages of Color #f484aa

%0
%46
%30
%4

Triadic Colors of #f484aa

#f484aa #aaf484 #84aaf4

Analogous Colors of #f484aa

#f484aa #f49684 #f484e2

Monochromatic Colors of #f484aa

#f484aa

Complementary Color

#f484aa #84f4ce

#f484aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f484aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f484aa Color CSS Codes

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

#f484aa Text Font Color

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

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


#f484aa Background Color

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

This div background color is #f484aa


#f484aa Border Color

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

This div border color is #f484aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,132,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 #f484aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f484aa

Related Colors


Comments

No comments written yet.

Please login to write comment.