Color Hex Logo

#f084ac Color Hex

#F084AC
(240,132,172)
0 Favorites   0 Comments

Color spaces of #f084ac

RGB 240132172
HSL0.940.780.73
HSV338°45°94°
CMYK 0.000.450.28   0.06
XYZ51.632838.006443.6443
Yxy38.00640.38740.2852
Hunter Lab61.649341.61171.1805
CIE-Lab68.025345.7958-2.5927

#f084ac color RGB value is (240,132,172).

#f084ac hex color red value is 240, green value is 132 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f084ac hue: 0.94 , saturation: 0.78 and the lightness value of f084ac is 0.73.

The process color (four color CMYK) of #f084ac color hex is 0.00, 0.45, 0.28, 0.06. Web safe color of #f084ac is #ff9999. Color #f084ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000100 10101100
Octal 360 204 254
Decimal 240 132 172
Hex F0 84 AC

RGB Percentages of Color #f084ac

%44.12
%24.26
%31.62

CMYK Percentages of Color #f084ac

%0
%45
%28
%6

Triadic Colors of #f084ac

#f084ac #acf084 #84acf0

Analogous Colors of #f084ac

#f084ac #f09284 #f084e2

Monochromatic Colors of #f084ac

#f084ac

Complementary Color

#f084ac #84f0c8

#f084ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f084ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f084ac Color CSS Codes

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

#f084ac Text Font Color

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

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


#f084ac Background Color

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

This div background color is #f084ac


#f084ac Border Color

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

This div border color is #f084ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f084ac


Comments

No comments written yet.

Please login to write comment.