Color Hex Logo

#f48cef Color Hex

#F48CEF
(244,140,239)
0 Favorites   0 Comments

Color spaces of #f48cef

RGB 244140239
HSL0.840.830.75
HSV303°43°96°
CMYK 0.000.430.02   0.04
XYZ62.266344.221386.9151
Yxy44.22130.32200.2286
Hunter Lab66.499150.7647-30.9434
CIE-Lab72.376253.3200-33.1548

#f48cef color RGB value is (244,140,239).

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

The process color (four color CMYK) of #f48cef color hex is 0.00, 0.43, 0.02, 0.04. Web safe color of #f48cef is #ff99ff. Color #f48cef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001100 11101111
Octal 364 214 357
Decimal 244 140 239
Hex F4 8C EF

RGB Percentages of Color #f48cef

%39.17
%22.47
%38.36

CMYK Percentages of Color #f48cef

%0
%43
%2
%4

Triadic Colors of #f48cef

#f48cef #eff48c #8ceff4

Analogous Colors of #f48cef

#f48cef #f48cbb #c58cf4

Monochromatic Colors of #f48cef

#f48cef

Complementary Color

#f48cef #8cf491

#f48cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48cef Color CSS Codes

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

#f48cef Text Font Color

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

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


#f48cef Background Color

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

This div background color is #f48cef


#f48cef Border Color

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

This div border color is #f48cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48cef


Comments

No comments written yet.

Please login to write comment.