Color Hex Logo

#f48bee Color Hex

#F48BEE
(244,139,238)
0 Favorites   0 Comments

Color spaces of #f48bee

RGB 244139238
HSL0.840.830.75
HSV303°43°96°
CMYK 0.000.430.02   0.04
XYZ61.973543.871486.0906
Yxy43.87140.32290.2286
Hunter Lab66.235551.1021-30.6983
CIE-Lab72.142553.6456-32.9693

#f48bee color RGB value is (244,139,238).

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

The process color (four color CMYK) of #f48bee color hex is 0.00, 0.43, 0.02, 0.04. Web safe color of #f48bee is #ff99ff. Color #f48bee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001011 11101110
Octal 364 213 356
Decimal 244 139 238
Hex F4 8B EE

RGB Percentages of Color #f48bee

%39.29
%22.38
%38.33

CMYK Percentages of Color #f48bee

%0
%43
%2
%4

Triadic Colors of #f48bee

#f48bee #eef48b #8beef4

Analogous Colors of #f48bee

#f48bee #f48bba #c68bf4

Monochromatic Colors of #f48bee

#f48bee

Complementary Color

#f48bee #8bf491

#f48bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48bee Color CSS Codes

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

#f48bee Text Font Color

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

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


#f48bee Background Color

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

This div background color is #f48bee


#f48bee Border Color

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

This div border color is #f48bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48bee


Comments

No comments written yet.

Please login to write comment.