Color Hex Logo

#f065ac Color Hex

#F065AC
(240,101,172)
0 Favorites   0 Comments

Color spaces of #f065ac

RGB 240101172
HSL0.910.820.67
HSV329°58°94°
CMYK 0.000.580.28   0.06
XYZ48.035330.811242.4451
Yxy30.81120.39600.2540
Hunter Lab55.507857.3314-6.4817
CIE-Lab62.347960.5632-11.0181

#f065ac color RGB value is (240,101,172).

#f065ac hex color red value is 240, green value is 101 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f065ac hue: 0.91 , saturation: 0.82 and the lightness value of f065ac is 0.67.

The process color (four color CMYK) of #f065ac color hex is 0.00, 0.58, 0.28, 0.06. Web safe color of #f065ac is #ff6699. Color #f065ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01100101 10101100
Octal 360 145 254
Decimal 240 101 172
Hex F0 65 AC

RGB Percentages of Color #f065ac

%46.78
%19.69
%33.53

CMYK Percentages of Color #f065ac

%0
%58
%28
%6

Triadic Colors of #f065ac

#f065ac #acf065 #65acf0

Analogous Colors of #f065ac

#f065ac #f06567 #ef65f0

Monochromatic Colors of #f065ac

#f065ac

Complementary Color

#f065ac #65f0a9

#f065ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f065ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f065ac Color CSS Codes

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

#f065ac Text Font Color

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

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


#f065ac Background Color

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

This div background color is #f065ac


#f065ac Border Color

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

This div border color is #f065ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f065ac


Comments

No comments written yet.

Please login to write comment.