Color Hex Logo

#f48cec Color Hex

#F48CEC
(244,140,236)
0 Favorites   0 Comments

Color spaces of #f48cec

RGB 244140236
HSL0.850.830.75
HSV305°43°96°
CMYK 0.000.430.03   0.04
XYZ61.826644.045484.5999
Yxy44.04540.32460.2312
Hunter Lab66.366750.1472-29.1223
CIE-Lab72.258852.8011-31.6950

#f48cec color RGB value is (244,140,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001100 11101100
Octal 364 214 354
Decimal 244 140 236
Hex F4 8C EC

RGB Percentages of Color #f48cec

%39.35
%22.58
%38.06

CMYK Percentages of Color #f48cec

%0
%43
%3
%4

Triadic Colors of #f48cec

#f48cec #ecf48c #8cecf4

Analogous Colors of #f48cec

#f48cec #f48cb8 #c88cf4

Monochromatic Colors of #f48cec

#f48cec

Complementary Color

#f48cec #8cf494

#f48cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48cec Color CSS Codes

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

#f48cec Text Font Color

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

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


#f48cec Background Color

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

This div background color is #f48cec


#f48cec Border Color

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

This div border color is #f48cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48cec


Comments

No comments written yet.

Please login to write comment.