Color Hex Logo

#f04cac Color Hex

#F04CAC
(240,76,172)
0 Favorites   0 Comments

Color spaces of #f04cac

RGB 24076172
HSL0.900.850.62
HSV325°68°94°
CMYK 0.000.680.28   0.06
XYZ45.966026.672741.7554
Yxy26.67270.40180.2332
Hunter Lab51.645668.4900-11.7839
CIE-Lab58.670170.6126-16.5635

#f04cac color RGB value is (240,76,172).

#f04cac hex color red value is 240, green value is 76 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f04cac hue: 0.90 , saturation: 0.85 and the lightness value of f04cac is 0.62.

The process color (four color CMYK) of #f04cac color hex is 0.00, 0.68, 0.28, 0.06. Web safe color of #f04cac is #ff3399. Color #f04cac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001100 10101100
Octal 360 114 254
Decimal 240 76 172
Hex F0 4C AC

RGB Percentages of Color #f04cac

%49.18
%15.57
%35.25

CMYK Percentages of Color #f04cac

%0
%68
%28
%6

Triadic Colors of #f04cac

#f04cac #acf04c #4cacf0

Analogous Colors of #f04cac

#f04cac #f04c5a #e24cf0

Monochromatic Colors of #f04cac

#f04cac

Complementary Color

#f04cac #4cf090

#f04cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04cac Color CSS Codes

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

#f04cac Text Font Color

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

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


#f04cac Background Color

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

This div background color is #f04cac


#f04cac Border Color

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

This div border color is #f04cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04cac


Comments

No comments written yet.

Please login to write comment.