Color Hex Logo

#f48bdc Color Hex

#F48BDC
(244,139,220)
0 Favorites   0 Comments

Color spaces of #f48bdc

RGB 244139220
HSL0.870.830.75
HSV314°43°96°
CMYK 0.000.430.10   0.04
XYZ59.459142.865672.8502
Yxy42.86560.33940.2447
Hunter Lab65.471847.5314-20.1414
CIE-Lab71.463750.6267-24.1263

#f48bdc color RGB value is (244,139,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001011 11011100
Octal 364 213 334
Decimal 244 139 220
Hex F4 8B DC

RGB Percentages of Color #f48bdc

%40.46
%23.05
%36.48

CMYK Percentages of Color #f48bdc

%0
%43
%10
%4

Triadic Colors of #f48bdc

#f48bdc #dcf48b #8bdcf4

Analogous Colors of #f48bdc

#f48bdc #f48ba8 #d88bf4

Monochromatic Colors of #f48bdc

#f48bdc

Complementary Color

#f48bdc #8bf4a3

#f48bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48bdc Color CSS Codes

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

#f48bdc Text Font Color

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

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


#f48bdc Background Color

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

This div background color is #f48bdc


#f48bdc Border Color

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

This div border color is #f48bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48bdc


Comments

No comments written yet.

Please login to write comment.