Color Hex Logo

#f48bed Color Hex

#F48BED
(244,139,237)
0 Favorites   0 Comments

Color spaces of #f48bed

RGB 244139237
HSL0.840.830.75
HSV304°43°96°
CMYK 0.000.430.03   0.04
XYZ61.826943.812885.3188
Yxy43.81280.32380.2294
Hunter Lab66.191250.8959-30.0894
CIE-Lab72.103253.4727-32.4826

#f48bed color RGB value is (244,139,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001011 11101101
Octal 364 213 355
Decimal 244 139 237
Hex F4 8B ED

RGB Percentages of Color #f48bed

%39.35
%22.42
%38.23

CMYK Percentages of Color #f48bed

%0
%43
%3
%4

Triadic Colors of #f48bed

#f48bed #edf48b #8bedf4

Analogous Colors of #f48bed

#f48bed #f48bb9 #c78bf4

Monochromatic Colors of #f48bed

#f48bed

Complementary Color

#f48bed #8bf492

#f48bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48bed Color CSS Codes

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

#f48bed Text Font Color

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

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


#f48bed Background Color

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

This div background color is #f48bed


#f48bed Border Color

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

This div border color is #f48bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48bed


Comments

No comments written yet.

Please login to write comment.