Color Hex Logo

#f88ebc Color Hex

#F88EBC
(248,142,188)
0 Favorites   0 Comments

Color spaces of #f88ebc

RGB 248142188
HSL0.930.880.76
HSV334°43°97°
CMYK 0.000.430.24   0.03
XYZ57.461542.933352.8354
Yxy42.93330.37500.2802
Hunter Lab65.523541.8712-1.9425
CIE-Lab71.509745.5848-6.2847

#f88ebc color RGB value is (248,142,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10001110 10111100
Octal 370 216 274
Decimal 248 142 188
Hex F8 8E BC

RGB Percentages of Color #f88ebc

%42.91
%24.57
%32.53

CMYK Percentages of Color #f88ebc

%0
%43
%24
%3

Triadic Colors of #f88ebc

#f88ebc #bcf88e #8ebcf8

Analogous Colors of #f88ebc

#f88ebc #f8958e #f88ef1

Monochromatic Colors of #f88ebc

#f88ebc

Complementary Color

#f88ebc #8ef8ca

#f88ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f88ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f88ebc Color CSS Codes

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

#f88ebc Text Font Color

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

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


#f88ebc Background Color

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

This div background color is #f88ebc


#f88ebc Border Color

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

This div border color is #f88ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f88ebc

Related Colors


Comments

No comments written yet.

Please login to write comment.