Color Hex Logo

#f48bcc Color Hex

#F48BCC
(244,139,204)
0 Favorites   0 Comments

Color spaces of #f48bcc

RGB 244139204
HSL0.900.830.75
HSV323°43°96°
CMYK 0.000.430.16   0.04
XYZ57.439942.058062.2173
Yxy42.05800.35520.2601
Hunter Lab64.852144.6072-11.4846
CIE-Lab70.910948.1128-16.1176

#f48bcc color RGB value is (244,139,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001011 11001100
Octal 364 213 314
Decimal 244 139 204
Hex F4 8B CC

RGB Percentages of Color #f48bcc

%41.57
%23.68
%34.75

CMYK Percentages of Color #f48bcc

%0
%43
%16
%4

Triadic Colors of #f48bcc

#f48bcc #ccf48b #8bccf4

Analogous Colors of #f48bcc

#f48bcc #f48b98 #e88bf4

Monochromatic Colors of #f48bcc

#f48bcc

Complementary Color

#f48bcc #8bf4b3

#f48bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48bcc Color CSS Codes

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

#f48bcc Text Font Color

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

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


#f48bcc Background Color

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

This div background color is #f48bcc


#f48bcc Border Color

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

This div border color is #f48bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48bcc


Comments

No comments written yet.

Please login to write comment.