Color Hex Logo

#f48efc Color Hex

#F48EFC
(244,142,252)
0 Favorites   0 Comments

Color spaces of #f48efc

RGB 244142252
HSL0.820.950.77
HSV296°44°99°
CMYK 0.030.440.00   0.01
XYZ64.551945.607497.4963
Yxy45.60740.31090.2196
Hunter Lab67.533352.4367-38.3224
CIE-Lab73.290154.6304-38.8216

#f48efc color RGB value is (244,142,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001110 11111100
Octal 364 216 374
Decimal 244 142 252
Hex F4 8E FC

RGB Percentages of Color #f48efc

%38.24
%22.26
%39.50

CMYK Percentages of Color #f48efc

%3
%44
%0
%1

Triadic Colors of #f48efc

#f48efc #fcf48e #8efcf4

Analogous Colors of #f48efc

#f48efc #fc8ecd #bd8efc

Monochromatic Colors of #f48efc

#f48efc

Complementary Color

#f48efc #96fc8e

#f48efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48efc Color CSS Codes

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

#f48efc Text Font Color

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

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


#f48efc Background Color

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

This div background color is #f48efc


#f48efc Border Color

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

This div border color is #f48efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48efc


Comments

No comments written yet.

Please login to write comment.