Color Hex Logo

#f885be Color Hex

#F885BE
(248,133,190)
0 Favorites   0 Comments

Color spaces of #f885be

RGB 248133190
HSL0.920.890.75
HSV330°46°97°
CMYK 0.000.460.23   0.03
XYZ56.393240.449253.5504
Yxy40.44920.37500.2690
Hunter Lab63.599746.9747-5.4019
CIE-Lab69.788350.3682-9.9584

#f885be color RGB value is (248,133,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10000101 10111110
Octal 370 205 276
Decimal 248 133 190
Hex F8 85 BE

RGB Percentages of Color #f885be

%43.43
%23.29
%33.27

CMYK Percentages of Color #f885be

%0
%46
%23
%3

Triadic Colors of #f885be

#f885be #bef885 #85bef8

Analogous Colors of #f885be

#f885be #f88685 #f885f8

Monochromatic Colors of #f885be

#f885be

Complementary Color

#f885be #85f8bf

#f885be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f885be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f885be Color CSS Codes

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

#f885be Text Font Color

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

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


#f885be Background Color

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

This div background color is #f885be


#f885be Border Color

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

This div border color is #f885be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f885be

Related Colors


Comments

No comments written yet.

Please login to write comment.