Color Hex Logo

#f484bf Color Hex

#F484BF
(244,132,191)
0 Favorites   0 Comments

Color spaces of #f484bf

RGB 244132191
HSL0.910.840.74
HSV328°46°96°
CMYK 0.000.460.22   0.04
XYZ54.963539.497254.0170
Yxy39.49720.37020.2660
Hunter Lab62.846846.1276-6.9672
CIE-Lab69.109949.7112-11.5852

#f484bf color RGB value is (244,132,191).

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

The process color (four color CMYK) of #f484bf color hex is 0.00, 0.46, 0.22, 0.04. Web safe color of #f484bf is #ff99cc. Color #f484bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000100 10111111
Octal 364 204 277
Decimal 244 132 191
Hex F4 84 BF

RGB Percentages of Color #f484bf

%43.03
%23.28
%33.69

CMYK Percentages of Color #f484bf

%0
%46
%22
%4

Triadic Colors of #f484bf

#f484bf #bff484 #84bff4

Analogous Colors of #f484bf

#f484bf #f48487 #f184f4

Monochromatic Colors of #f484bf

#f484bf

Complementary Color

#f484bf #84f4b9

#f484bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f484bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f484bf Color CSS Codes

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

#f484bf Text Font Color

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

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


#f484bf Background Color

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

This div background color is #f484bf


#f484bf Border Color

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

This div border color is #f484bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f484bf


Comments

No comments written yet.

Please login to write comment.