Color Hex Logo

#f47dcf Color Hex

#F47DCF
(244,125,207)
0 Favorites   0 Comments

Color spaces of #f47dcf

RGB 244125207
HSL0.890.840.72
HSV319°49°96°
CMYK 0.000.490.15   0.04
XYZ55.904338.405363.4980
Yxy38.40530.35430.2434
Hunter Lab61.972052.5720-17.3695
CIE-Lab68.318355.4867-21.7186

#f47dcf color RGB value is (244,125,207).

#f47dcf hex color red value is 244, green value is 125 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f47dcf hue: 0.89 , saturation: 0.84 and the lightness value of f47dcf is 0.72.

The process color (four color CMYK) of #f47dcf color hex is 0.00, 0.49, 0.15, 0.04. Web safe color of #f47dcf is #ff66cc. Color #f47dcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01111101 11001111
Octal 364 175 317
Decimal 244 125 207
Hex F4 7D CF

RGB Percentages of Color #f47dcf

%42.36
%21.70
%35.94

CMYK Percentages of Color #f47dcf

%0
%49
%15
%4

Triadic Colors of #f47dcf

#f47dcf #cff47d #7dcff4

Analogous Colors of #f47dcf

#f47dcf #f47d94 #de7df4

Monochromatic Colors of #f47dcf

#f47dcf

Complementary Color

#f47dcf #7df4a2

#f47dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f47dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f47dcf Color CSS Codes

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

#f47dcf Text Font Color

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

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


#f47dcf Background Color

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

This div background color is #f47dcf


#f47dcf Border Color

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

This div border color is #f47dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f47dcf


Comments

No comments written yet.

Please login to write comment.