Color Hex Logo

#f07aca Color Hex

#F07ACA
(240,122,202)
0 Favorites   0 Comments

Color spaces of #f07aca

RGB 240122202
HSL0.890.800.71
HSV319°49°94°
CMYK 0.000.490.16   0.06
XYZ53.555436.708660.1399
Yxy36.70860.35610.2441
Hunter Lab60.587651.7537-16.4405
CIE-Lab67.057854.9682-20.8927

#f07aca color RGB value is (240,122,202).

#f07aca hex color red value is 240, green value is 122 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f07aca hue: 0.89 , saturation: 0.80 and the lightness value of f07aca is 0.71.

The process color (four color CMYK) of #f07aca color hex is 0.00, 0.49, 0.16, 0.06. Web safe color of #f07aca is #ff66cc. Color #f07aca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01111010 11001010
Octal 360 172 312
Decimal 240 122 202
Hex F0 7A CA

RGB Percentages of Color #f07aca

%42.55
%21.63
%35.82

CMYK Percentages of Color #f07aca

%0
%49
%16
%6

Triadic Colors of #f07aca

#f07aca #caf07a #7acaf0

Analogous Colors of #f07aca

#f07aca #f07a8f #db7af0

Monochromatic Colors of #f07aca

#f07aca

Complementary Color

#f07aca #7af0a0

#f07aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f07aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f07aca Color CSS Codes

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

#f07aca Text Font Color

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

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


#f07aca Background Color

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

This div background color is #f07aca


#f07aca Border Color

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

This div border color is #f07aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f07aca


Comments

No comments written yet.

Please login to write comment.