Color Hex Logo

#f48ebe Color Hex

#F48EBE
(244,142,190)
0 Favorites   0 Comments

Color spaces of #f48ebe

RGB 244142190
HSL0.920.820.76
HSV332°42°96°
CMYK 0.000.420.22   0.04
XYZ56.275542.296853.9133
Yxy42.29680.36910.2774
Hunter Lab65.036040.6427-3.6248
CIE-Lab71.075144.5292-8.0956

#f48ebe color RGB value is (244,142,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001110 10111110
Octal 364 216 276
Decimal 244 142 190
Hex F4 8E BE

RGB Percentages of Color #f48ebe

%42.36
%24.65
%32.99

CMYK Percentages of Color #f48ebe

%0
%42
%22
%4

Triadic Colors of #f48ebe

#f48ebe #bef48e #8ebef4

Analogous Colors of #f48ebe

#f48ebe #f4918e #f48ef1

Monochromatic Colors of #f48ebe

#f48ebe

Complementary Color

#f48ebe #8ef4c4

#f48ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48ebe Color CSS Codes

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

#f48ebe Text Font Color

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

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


#f48ebe Background Color

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

This div background color is #f48ebe


#f48ebe Border Color

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

This div border color is #f48ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48ebe


Comments

No comments written yet.

Please login to write comment.