Color Hex Logo

#f48bda Color Hex

#F48BDA
(244,139,218)
0 Favorites   0 Comments

Color spaces of #f48bda

RGB 244139218
HSL0.870.830.75
HSV315°43°96°
CMYK 0.000.430.11   0.04
XYZ59.195742.760371.4633
Yxy42.76030.34130.2466
Hunter Lab65.391447.1527-19.0214
CIE-Lab71.392050.3033-23.1327

#f48bda color RGB value is (244,139,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001011 11011010
Octal 364 213 332
Decimal 244 139 218
Hex F4 8B DA

RGB Percentages of Color #f48bda

%40.60
%23.13
%36.27

CMYK Percentages of Color #f48bda

%0
%43
%11
%4

Triadic Colors of #f48bda

#f48bda #daf48b #8bdaf4

Analogous Colors of #f48bda

#f48bda #f48ba6 #da8bf4

Monochromatic Colors of #f48bda

#f48bda

Complementary Color

#f48bda #8bf4a5

#f48bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48bda Color CSS Codes

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

#f48bda Text Font Color

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

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


#f48bda Background Color

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

This div background color is #f48bda


#f48bda Border Color

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

This div border color is #f48bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48bda


Comments

No comments written yet.

Please login to write comment.