Color Hex Logo

#f4707d Color Hex

#F4707D
(244,112,125)
0 Favorites   0 Comments

Color spaces of #f4707d

RGB 244112125
HSL0.980.860.70
HSV354°54°96°
CMYK 0.000.540.49   0.04
XYZ46.804132.302123.1701
Yxy32.30210.45760.3158
Hunter Lab56.834947.535315.6135
CIE-Lab63.591851.769617.8231

#f4707d color RGB value is (244,112,125).

#f4707d hex color red value is 244, green value is 112 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #f4707d hue: 0.98 , saturation: 0.86 and the lightness value of f4707d is 0.70.

The process color (four color CMYK) of #f4707d color hex is 0.00, 0.54, 0.49, 0.04. Web safe color of #f4707d is #ff6666. Color #f4707d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01110000 01111101
Octal 364 160 175
Decimal 244 112 125
Hex F4 70 7D

RGB Percentages of Color #f4707d

%50.73
%23.28
%25.99

CMYK Percentages of Color #f4707d

%0
%54
%49
%4

Triadic Colors of #f4707d

#f4707d #7df470 #707df4

Analogous Colors of #f4707d

#f4707d #f4a570 #f470bf

Monochromatic Colors of #f4707d

#f4707d

Complementary Color

#f4707d #70f4e7

#f4707d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4707d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4707d Color CSS Codes

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

#f4707d Text Font Color

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

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


#f4707d Background Color

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

This div background color is #f4707d


#f4707d Border Color

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

This div border color is #f4707d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,112,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f4707d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f4707d;
  -webkit-box-shadow: 1px 1px 3px 2px #f4707d;
  box-shadow:         1px 1px 3px 2px #f4707d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,112,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4707d


Comments

No comments written yet.

Please login to write comment.