Color Hex Logo

#f47cde Color Hex

#F47CDE
(244,124,222)
0 Favorites   0 Comments

Color spaces of #f47cde

RGB 244124222
HSL0.860.850.72
HSV311°49°96°
CMYK 0.000.490.09   0.04
XYZ57.700738.922373.5788
Yxy38.92230.33900.2287
Hunter Lab62.387755.9112-26.2540
CIE-Lab68.694958.3031-29.4811

#f47cde color RGB value is (244,124,222).

#f47cde hex color red value is 244, green value is 124 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f47cde hue: 0.86 , saturation: 0.85 and the lightness value of f47cde is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01111100 11011110
Octal 364 174 336
Decimal 244 124 222
Hex F4 7C DE

RGB Percentages of Color #f47cde

%41.36
%21.02
%37.63

CMYK Percentages of Color #f47cde

%0
%49
%9
%4

Triadic Colors of #f47cde

#f47cde #def47c #7cdef4

Analogous Colors of #f47cde

#f47cde #f47ca2 #ce7cf4

Monochromatic Colors of #f47cde

#f47cde

Complementary Color

#f47cde #7cf492

#f47cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f47cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f47cde Color CSS Codes

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

#f47cde Text Font Color

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

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


#f47cde Background Color

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

This div background color is #f47cde


#f47cde Border Color

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

This div border color is #f47cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f47cde


Comments

No comments written yet.

Please login to write comment.