Color Hex Logo

#f48cfc Color Hex

#F48CFC
(244,140,252)
0 Favorites   0 Comments

Color spaces of #f48cfc

RGB 244140252
HSL0.820.950.77
HSV296°44°99°
CMYK 0.030.440.00   0.01
XYZ64.257045.017597.3980
Yxy45.01750.31090.2178
Hunter Lab67.095153.5332-39.1013
CIE-Lab72.903455.6267-39.4234

#f48cfc color RGB value is (244,140,252).

#f48cfc hex color red value is 244, green value is 140 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f48cfc hue: 0.82 , saturation: 0.95 and the lightness value of f48cfc is 0.77.

The process color (four color CMYK) of #f48cfc color hex is 0.03, 0.44, 0.00, 0.01. Web safe color of #f48cfc is #ff99ff. Color #f48cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001100 11111100
Octal 364 214 374
Decimal 244 140 252
Hex F4 8C FC

RGB Percentages of Color #f48cfc

%38.36
%22.01
%39.62

CMYK Percentages of Color #f48cfc

%3
%44
%0
%1

Triadic Colors of #f48cfc

#f48cfc #fcf48c #8cfcf4

Analogous Colors of #f48cfc

#f48cfc #fc8ccc #bc8cfc

Monochromatic Colors of #f48cfc

#f48cfc

Complementary Color

#f48cfc #94fc8c

#f48cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48cfc Color CSS Codes

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

#f48cfc Text Font Color

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

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


#f48cfc Background Color

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

This div background color is #f48cfc


#f48cfc Border Color

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

This div border color is #f48cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.