Color Hex Logo

#f88ece Color Hex

#F88ECE
(248,142,206)
0 Favorites   0 Comments

Color spaces of #f88ece

RGB 248142206
HSL0.900.880.76
HSV324°43°97°
CMYK 0.000.430.17   0.03
XYZ59.525043.758763.7015
Yxy43.75870.35650.2621
Hunter Lab66.150444.8590-10.7899
CIE-Lab72.066948.1844-15.4337

#f88ece color RGB value is (248,142,206).

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

The process color (four color CMYK) of #f88ece color hex is 0.00, 0.43, 0.17, 0.03. Web safe color of #f88ece is #ff99cc. Color #f88ece contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10001110 11001110
Octal 370 216 316
Decimal 248 142 206
Hex F8 8E CE

RGB Percentages of Color #f88ece

%41.61
%23.83
%34.56

CMYK Percentages of Color #f88ece

%0
%43
%17
%3

Triadic Colors of #f88ece

#f88ece #cef88e #8ecef8

Analogous Colors of #f88ece

#f88ece #f88e99 #ed8ef8

Monochromatic Colors of #f88ece

#f88ece

Complementary Color

#f88ece #8ef8b8

#f88ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f88ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#f88ece Color CSS Codes

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

#f88ece Text Font Color

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

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


#f88ece Background Color

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

This div background color is #f88ece


#f88ece Border Color

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

This div border color is #f88ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f88ece


Comments

No comments written yet.

Please login to write comment.