Color Hex Logo

#f88eae Color Hex

#F88EAE
(248,142,174)
1 Favorites   0 Comments

Color spaces of #f88eae

RGB 248142174
HSL0.950.880.76
HSV342°43°97°
CMYK 0.000.430.30   0.03
XYZ56.024442.358545.2676
Yxy42.35850.39000.2949
Hunter Lab65.083439.75854.3203
CIE-Lab71.117443.72140.9324

#f88eae color RGB value is (248,142,174).

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

The process color (four color CMYK) of #f88eae color hex is 0.00, 0.43, 0.30, 0.03. Web safe color of #f88eae is #ff9999. Color #f88eae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10001110 10101110
Octal 370 216 256
Decimal 248 142 174
Hex F8 8E AE

RGB Percentages of Color #f88eae

%43.97
%25.18
%30.85

CMYK Percentages of Color #f88eae

%0
%43
%30
%3

Triadic Colors of #f88eae

#f88eae #aef88e #8eaef8

Analogous Colors of #f88eae

#f88eae #f8a38e #f88ee3

Monochromatic Colors of #f88eae

#f88eae

Complementary Color

#f88eae #8ef8d8

#f88eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f88eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f88eae Color CSS Codes

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

#f88eae Text Font Color

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

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


#f88eae Background Color

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

This div background color is #f88eae


#f88eae Border Color

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

This div border color is #f88eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f88eae


Comments

No comments written yet.

Please login to write comment.