Color Hex Logo

#f48bc7 Color Hex

#F48BC7
(244,139,199)
0 Favorites   0 Comments

Color spaces of #f48bc7

RGB 244139199
HSL0.900.830.75
HSV326°43°96°
CMYK 0.000.430.18   0.04
XYZ56.849641.821959.1090
Yxy41.82190.36030.2651
Hunter Lab64.669943.7425-8.9229
CIE-Lab70.748047.3620-13.5874

#f48bc7 color RGB value is (244,139,199).

#f48bc7 hex color red value is 244, green value is 139 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #f48bc7 hue: 0.90 , saturation: 0.83 and the lightness value of f48bc7 is 0.75.

The process color (four color CMYK) of #f48bc7 color hex is 0.00, 0.43, 0.18, 0.04. Web safe color of #f48bc7 is #ff99cc. Color #f48bc7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001011 11000111
Octal 364 213 307
Decimal 244 139 199
Hex F4 8B C7

RGB Percentages of Color #f48bc7

%41.92
%23.88
%34.19

CMYK Percentages of Color #f48bc7

%0
%43
%18
%4

Triadic Colors of #f48bc7

#f48bc7 #c7f48b #8bc7f4

Analogous Colors of #f48bc7

#f48bc7 #f48b93 #ed8bf4

Monochromatic Colors of #f48bc7

#f48bc7

Complementary Color

#f48bc7 #8bf4b8

#f48bc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48bc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48bc7 Color CSS Codes

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

#f48bc7 Text Font Color

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

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


#f48bc7 Background Color

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

This div background color is #f48bc7


#f48bc7 Border Color

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

This div border color is #f48bc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48bc7


Comments

No comments written yet.

Please login to write comment.