Color Hex Logo

#f48cc1 Color Hex

#F48CC1
(244,140,193)
0 Favorites   0 Comments

Color spaces of #f48cc1

RGB 244140193
HSL0.920.830.75
HSV329°43°96°
CMYK 0.000.430.21   0.04
XYZ56.311941.839555.5599
Yxy41.83950.36630.2722
Hunter Lab64.683542.2018-5.6488
CIE-Lab70.760145.9772-10.2333

#f48cc1 color RGB value is (244,140,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001100 11000001
Octal 364 214 301
Decimal 244 140 193
Hex F4 8C C1

RGB Percentages of Color #f48cc1

%42.29
%24.26
%33.45

CMYK Percentages of Color #f48cc1

%0
%43
%21
%4

Triadic Colors of #f48cc1

#f48cc1 #c1f48c #8cc1f4

Analogous Colors of #f48cc1

#f48cc1 #f48c8d #f38cf4

Monochromatic Colors of #f48cc1

#f48cc1

Complementary Color

#f48cc1 #8cf4bf

#f48cc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48cc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48cc1 Color CSS Codes

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

#f48cc1 Text Font Color

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

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


#f48cc1 Background Color

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

This div background color is #f48cc1


#f48cc1 Border Color

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

This div border color is #f48cc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48cc1


Comments

No comments written yet.

Please login to write comment.