Color Hex Logo

#f48ecf Color Hex

#F48ECF
(244,142,207)
0 Favorites   0 Comments

Color spaces of #f48ecf

RGB 244142207
HSL0.890.820.76
HSV322°42°96°
CMYK 0.000.420.15   0.04
XYZ58.243743.084164.2778
Yxy43.08410.35170.2602
Hunter Lab65.638543.5230-12.1140
CIE-Lab71.612047.0535-16.7210

#f48ecf color RGB value is (244,142,207).

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

The process color (four color CMYK) of #f48ecf color hex is 0.00, 0.42, 0.15, 0.04. Web safe color of #f48ecf is #ff99cc. Color #f48ecf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001110 11001111
Octal 364 216 317
Decimal 244 142 207
Hex F4 8E CF

RGB Percentages of Color #f48ecf

%41.15
%23.95
%34.91

CMYK Percentages of Color #f48ecf

%0
%42
%15
%4

Triadic Colors of #f48ecf

#f48ecf #cff48e #8ecff4

Analogous Colors of #f48ecf

#f48ecf #f48e9c #e68ef4

Monochromatic Colors of #f48ecf

#f48ecf

Complementary Color

#f48ecf #8ef4b3

#f48ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48ecf Color CSS Codes

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

#f48ecf Text Font Color

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

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


#f48ecf Background Color

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

This div background color is #f48ecf


#f48ecf Border Color

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

This div border color is #f48ecf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,142,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 #f48ecf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48ecf


Comments

No comments written yet.

Please login to write comment.