Color Hex Logo

#f48bdb Color Hex

#F48BDB
(244,139,219)
0 Favorites   0 Comments

Color spaces of #f48bdb

RGB 244139219
HSL0.870.830.75
HSV314°43°96°
CMYK 0.000.430.10   0.04
XYZ59.327042.812872.1547
Yxy42.81280.34040.2456
Hunter Lab65.431547.3416-19.5801
CIE-Lab71.427750.4646-23.6298

#f48bdb color RGB value is (244,139,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001011 11011011
Octal 364 213 333
Decimal 244 139 219
Hex F4 8B DB

RGB Percentages of Color #f48bdb

%40.53
%23.09
%36.38

CMYK Percentages of Color #f48bdb

%0
%43
%10
%4

Triadic Colors of #f48bdb

#f48bdb #dbf48b #8bdbf4

Analogous Colors of #f48bdb

#f48bdb #f48ba7 #d98bf4

Monochromatic Colors of #f48bdb

#f48bdb

Complementary Color

#f48bdb #8bf4a4

#f48bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48bdb Color CSS Codes

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

#f48bdb Text Font Color

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

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


#f48bdb Background Color

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

This div background color is #f48bdb


#f48bdb Border Color

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

This div border color is #f48bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48bdb


Comments

No comments written yet.

Please login to write comment.