Color Hex Logo

#f47fce Color Hex

#F47FCE
(244,127,206)
0 Favorites   0 Comments

Color spaces of #f47fce

RGB 244127206
HSL0.890.840.73
HSV319°48°96°
CMYK 0.000.480.16   0.04
XYZ56.038238.868162.9413
Yxy38.86810.35500.2462
Hunter Lab62.344351.3423-16.2168
CIE-Lab68.655654.3669-20.6472

#f47fce color RGB value is (244,127,206).

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

The process color (four color CMYK) of #f47fce color hex is 0.00, 0.48, 0.16, 0.04. Web safe color of #f47fce is #ff66cc. Color #f47fce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01111111 11001110
Octal 364 177 316
Decimal 244 127 206
Hex F4 7F CE

RGB Percentages of Color #f47fce

%42.29
%22.01
%35.70

CMYK Percentages of Color #f47fce

%0
%48
%16
%4

Triadic Colors of #f47fce

#f47fce #cef47f #7fcef4

Analogous Colors of #f47fce

#f47fce #f47f94 #e07ff4

Monochromatic Colors of #f47fce

#f47fce

Complementary Color

#f47fce #7ff4a5

#f47fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f47fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f47fce Color CSS Codes

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

#f47fce Text Font Color

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

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


#f47fce Background Color

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

This div background color is #f47fce


#f47fce Border Color

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

This div border color is #f47fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f47fce


Comments

No comments written yet.

Please login to write comment.