Color Hex Logo

#f88bcc Color Hex

#F88BCC
(248,139,204)
0 Favorites   0 Comments

Color spaces of #f88bcc

RGB 248139204
HSL0.900.890.76
HSV324°44°97°
CMYK 0.000.440.18   0.03
XYZ58.843142.781362.2830
Yxy42.78130.35900.2610
Hunter Lab65.407446.1227-10.6726
CIE-Lab71.406349.3921-15.3218

#f88bcc color RGB value is (248,139,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10001011 11001100
Octal 370 213 314
Decimal 248 139 204
Hex F8 8B CC

RGB Percentages of Color #f88bcc

%41.96
%23.52
%34.52

CMYK Percentages of Color #f88bcc

%0
%44
%18
%3

Triadic Colors of #f88bcc

#f88bcc #ccf88b #8bccf8

Analogous Colors of #f88bcc

#f88bcc #f88b96 #ee8bf8

Monochromatic Colors of #f88bcc

#f88bcc

Complementary Color

#f88bcc #8bf8b7

#f88bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f88bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f88bcc Color CSS Codes

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

#f88bcc Text Font Color

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

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


#f88bcc Background Color

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

This div background color is #f88bcc


#f88bcc Border Color

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

This div border color is #f88bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f88bcc


Comments

No comments written yet.

Please login to write comment.