Color Hex Logo

#f48ccf Color Hex

#F48CCF
(244,140,207)
0 Favorites   0 Comments

Color spaces of #f48ccf

RGB 244140207
HSL0.890.830.75
HSV321°43°96°
CMYK 0.000.430.15   0.04
XYZ57.948842.494364.1795
Yxy42.49430.35200.2581
Hunter Lab65.187744.5998-12.7417
CIE-Lab71.210448.0666-17.3279

#f48ccf color RGB value is (244,140,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001100 11001111
Octal 364 214 317
Decimal 244 140 207
Hex F4 8C CF

RGB Percentages of Color #f48ccf

%41.29
%23.69
%35.03

CMYK Percentages of Color #f48ccf

%0
%43
%15
%4

Triadic Colors of #f48ccf

#f48ccf #cff48c #8ccff4

Analogous Colors of #f48ccf

#f48ccf #f48c9b #e58cf4

Monochromatic Colors of #f48ccf

#f48ccf

Complementary Color

#f48ccf #8cf4b1

#f48ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48ccf Color CSS Codes

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

#f48ccf Text Font Color

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

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


#f48ccf Background Color

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

This div background color is #f48ccf


#f48ccf Border Color

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

This div border color is #f48ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48ccf


Comments

No comments written yet.

Please login to write comment.