Color Hex Logo

#f88cbc Color Hex

#F88CBC
(248,140,188)
0 Favorites   0 Comments

Color spaces of #f88cbc

RGB 248140188
HSL0.930.890.76
HSV333°44°97°
CMYK 0.000.440.24   0.03
XYZ57.166642.343552.7370
Yxy42.34350.37550.2781
Hunter Lab65.071942.9391-2.5008
CIE-Lab71.107146.5956-6.8812

#f88cbc color RGB value is (248,140,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10001100 10111100
Octal 370 214 274
Decimal 248 140 188
Hex F8 8C BC

RGB Percentages of Color #f88cbc

%43.06
%24.31
%32.64

CMYK Percentages of Color #f88cbc

%0
%44
%24
%3

Triadic Colors of #f88cbc

#f88cbc #bcf88c #8cbcf8

Analogous Colors of #f88cbc

#f88cbc #f8928c #f88cf2

Monochromatic Colors of #f88cbc

#f88cbc

Complementary Color

#f88cbc #8cf8c8

#f88cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f88cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f88cbc Color CSS Codes

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

#f88cbc Text Font Color

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

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


#f88cbc Background Color

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

This div background color is #f88cbc


#f88cbc Border Color

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

This div border color is #f88cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f88cbc


Comments

No comments written yet.

Please login to write comment.