Color Hex Logo

#f07ca4 Color Hex

#F07CA4
(240,124,164)
0 Favorites   0 Comments

Color spaces of #f07ca4

RGB 240124164
HSL0.940.790.71
HSV339°48°94°
CMYK 0.000.480.32   0.06
XYZ49.843735.620939.3704
Yxy35.62090.39930.2853
Hunter Lab59.683244.62632.6673
CIE-Lab66.229248.7699-0.7096

#f07ca4 color RGB value is (240,124,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01111100 10100100
Octal 360 174 244
Decimal 240 124 164
Hex F0 7C A4

RGB Percentages of Color #f07ca4

%45.45
%23.48
%31.06

CMYK Percentages of Color #f07ca4

%0
%48
%32
%6

Triadic Colors of #f07ca4

#f07ca4 #a4f07c #7ca4f0

Analogous Colors of #f07ca4

#f07ca4 #f08e7c #f07cde

Monochromatic Colors of #f07ca4

#f07ca4

Complementary Color

#f07ca4 #7cf0c8

#f07ca4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f07ca4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f07ca4 Color CSS Codes

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

#f07ca4 Text Font Color

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

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


#f07ca4 Background Color

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

This div background color is #f07ca4


#f07ca4 Border Color

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

This div border color is #f07ca4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f07ca4


Comments

No comments written yet.

Please login to write comment.