Color Hex Logo

#f887be Color Hex

#F887BE
(248,135,190)
0 Favorites   0 Comments

Color spaces of #f887be

RGB 248135190
HSL0.920.890.75
HSV331°46°97°
CMYK 0.000.460.23   0.03
XYZ56.669641.002153.6426
Yxy41.00210.37450.2710
Hunter Lab64.032945.9163-4.8463
CIE-Lab70.177449.3763-9.3781

#f887be color RGB value is (248,135,190).

#f887be hex color red value is 248, green value is 135 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f887be hue: 0.92 , saturation: 0.89 and the lightness value of f887be is 0.75.

The process color (four color CMYK) of #f887be color hex is 0.00, 0.46, 0.23, 0.03. Web safe color of #f887be is #ff99cc. Color #f887be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10000111 10111110
Octal 370 207 276
Decimal 248 135 190
Hex F8 87 BE

RGB Percentages of Color #f887be

%43.28
%23.56
%33.16

CMYK Percentages of Color #f887be

%0
%46
%23
%3

Triadic Colors of #f887be

#f887be #bef887 #87bef8

Analogous Colors of #f887be

#f887be #f88987 #f887f7

Monochromatic Colors of #f887be

#f887be

Complementary Color

#f887be #87f8c1

#f887be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f887be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f887be Color CSS Codes

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

#f887be Text Font Color

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

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


#f887be Background Color

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

This div background color is #f887be


#f887be Border Color

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

This div border color is #f887be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f887be


Comments

No comments written yet.

Please login to write comment.