Color Hex Logo

#f48fce Color Hex

#F48FCE
(244,143,206)
0 Favorites   0 Comments

Color spaces of #f48fce

RGB 244143206
HSL0.900.820.76
HSV323°41°96°
CMYK 0.000.410.16   0.04
XYZ58.271343.334263.6856
Yxy43.33420.35250.2622
Hunter Lab65.828742.8072-11.2797
CIE-Lab71.781246.3912-15.9124

#f48fce color RGB value is (244,143,206).

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

The process color (four color CMYK) of #f48fce color hex is 0.00, 0.41, 0.16, 0.04. Web safe color of #f48fce is #ff99cc. Color #f48fce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001111 11001110
Octal 364 217 316
Decimal 244 143 206
Hex F4 8F CE

RGB Percentages of Color #f48fce

%41.15
%24.11
%34.74

CMYK Percentages of Color #f48fce

%0
%41
%16
%4

Triadic Colors of #f48fce

#f48fce #cef48f #8fcef4

Analogous Colors of #f48fce

#f48fce #f48f9c #e88ff4

Monochromatic Colors of #f48fce

#f48fce

Complementary Color

#f48fce #8ff4b5

#f48fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48fce Color CSS Codes

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

#f48fce Text Font Color

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

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


#f48fce Background Color

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

This div background color is #f48fce


#f48fce Border Color

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

This div border color is #f48fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48fce


Comments

No comments written yet.

Please login to write comment.