Color Hex Logo

#f48ece Color Hex

#F48ECE
(244,142,206)
0 Favorites   0 Comments

Color spaces of #f48ece

RGB 244142206
HSL0.900.820.76
HSV322°42°96°
CMYK 0.000.420.16   0.04
XYZ58.121843.035363.6358
Yxy43.03530.35270.2611
Hunter Lab65.601343.3462-11.5927
CIE-Lab71.578946.8996-16.2176

#f48ece color RGB value is (244,142,206).

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

The process color (four color CMYK) of #f48ece color hex is 0.00, 0.42, 0.16, 0.04. Web safe color of #f48ece is #ff99cc. Color #f48ece contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001110 11001110
Octal 364 216 316
Decimal 244 142 206
Hex F4 8E CE

RGB Percentages of Color #f48ece

%41.22
%23.99
%34.80

CMYK Percentages of Color #f48ece

%0
%42
%16
%4

Triadic Colors of #f48ece

#f48ece #cef48e #8ecef4

Analogous Colors of #f48ece

#f48ece #f48e9b #e78ef4

Monochromatic Colors of #f48ece

#f48ece

Complementary Color

#f48ece #8ef4b4

#f48ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48ece Color CSS Codes

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

#f48ece Text Font Color

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

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


#f48ece Background Color

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

This div background color is #f48ece


#f48ece Border Color

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

This div border color is #f48ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48ece


Comments

No comments written yet.

Please login to write comment.