Color Hex Logo

#f884bc Color Hex

#F884BC
(248,132,188)
0 Favorites   0 Comments

Color spaces of #f884bc

RGB 248132188
HSL0.920.890.75
HSV331°47°97°
CMYK 0.000.470.24   0.03
XYZ56.039840.089852.3614
Yxy40.08980.37740.2700
Hunter Lab63.316547.1818-4.7100
CIE-Lab69.533450.5871-9.2206

#f884bc color RGB value is (248,132,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10000100 10111100
Octal 370 204 274
Decimal 248 132 188
Hex F8 84 BC

RGB Percentages of Color #f884bc

%43.66
%23.24
%33.10

CMYK Percentages of Color #f884bc

%0
%47
%24
%3

Triadic Colors of #f884bc

#f884bc #bcf884 #84bcf8

Analogous Colors of #f884bc

#f884bc #f88684 #f884f6

Monochromatic Colors of #f884bc

#f884bc

Complementary Color

#f884bc #84f8c0

#f884bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f884bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f884bc Color CSS Codes

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

#f884bc Text Font Color

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

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


#f884bc Background Color

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

This div background color is #f884bc


#f884bc Border Color

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

This div border color is #f884bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f884bc


Comments

No comments written yet.

Please login to write comment.