Color Hex Logo

#f48ccc Color Hex

#F48CCC
(244,140,204)
0 Favorites   0 Comments

Color spaces of #f48ccc

RGB 244140204
HSL0.900.830.75
HSV323°43°96°
CMYK 0.000.430.16   0.04
XYZ57.585442.348962.2658
Yxy42.34890.35500.2611
Hunter Lab65.076044.0705-11.1764
CIE-Lab71.110847.6077-15.8160

#f48ccc color RGB value is (244,140,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001100 11001100
Octal 364 214 314
Decimal 244 140 204
Hex F4 8C CC

RGB Percentages of Color #f48ccc

%41.50
%23.81
%34.69

CMYK Percentages of Color #f48ccc

%0
%43
%16
%4

Triadic Colors of #f48ccc

#f48ccc #ccf48c #8cccf4

Analogous Colors of #f48ccc

#f48ccc #f48c98 #e88cf4

Monochromatic Colors of #f48ccc

#f48ccc

Complementary Color

#f48ccc #8cf4b4

#f48ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48ccc Color CSS Codes

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

#f48ccc Text Font Color

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

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


#f48ccc Background Color

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

This div background color is #f48ccc


#f48ccc Border Color

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

This div border color is #f48ccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,140,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 #f48ccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48ccc


Comments

No comments written yet.

Please login to write comment.