Color Hex Logo

#f48bbe Color Hex

#F48BBE
(244,139,190)
0 Favorites   0 Comments

Color spaces of #f48bbe

RGB 244139190
HSL0.920.830.75
HSV331°43°96°
CMYK 0.000.430.22   0.04
XYZ55.835141.416053.7665
Yxy41.41600.36970.2742
Hunter Lab64.355342.2462-4.4860
CIE-Lab70.466446.0546-9.0013

#f48bbe color RGB value is (244,139,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001011 10111110
Octal 364 213 276
Decimal 244 139 190
Hex F4 8B BE

RGB Percentages of Color #f48bbe

%42.58
%24.26
%33.16

CMYK Percentages of Color #f48bbe

%0
%43
%22
%4

Triadic Colors of #f48bbe

#f48bbe #bef48b #8bbef4

Analogous Colors of #f48bbe

#f48bbe #f48d8b #f48bf3

Monochromatic Colors of #f48bbe

#f48bbe

Complementary Color

#f48bbe #8bf4c1

#f48bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48bbe Color CSS Codes

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

#f48bbe Text Font Color

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

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


#f48bbe Background Color

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

This div background color is #f48bbe


#f48bbe Border Color

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

This div border color is #f48bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48bbe


Comments

No comments written yet.

Please login to write comment.