Color Hex Logo

#f07caa Color Hex

#F07CAA
(240,124,170)
0 Favorites   0 Comments

Color spaces of #f07caa

RGB 240124170
HSL0.930.790.71
HSV336°48°94°
CMYK 0.000.480.29   0.06
XYZ50.398535.842842.2923
Yxy35.84280.39210.2789
Hunter Lab59.868945.49350.0248
CIE-Lab66.399649.5259-3.8569

#f07caa color RGB value is (240,124,170).

#f07caa hex color red value is 240, green value is 124 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f07caa hue: 0.93 , saturation: 0.79 and the lightness value of f07caa is 0.71.

The process color (four color CMYK) of #f07caa color hex is 0.00, 0.48, 0.29, 0.06. Web safe color of #f07caa is #ff6699. Color #f07caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01111100 10101010
Octal 360 174 252
Decimal 240 124 170
Hex F0 7C AA

RGB Percentages of Color #f07caa

%44.94
%23.22
%31.84

CMYK Percentages of Color #f07caa

%0
%48
%29
%6

Triadic Colors of #f07caa

#f07caa #aaf07c #7caaf0

Analogous Colors of #f07caa

#f07caa #f0887c #f07ce4

Monochromatic Colors of #f07caa

#f07caa

Complementary Color

#f07caa #7cf0c2

#f07caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f07caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f07caa Color CSS Codes

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

#f07caa Text Font Color

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

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


#f07caa Background Color

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

This div background color is #f07caa


#f07caa Border Color

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

This div border color is #f07caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f07caa


Comments

No comments written yet.

Please login to write comment.