Color Hex Logo

#f88ccf Color Hex

#F88CCF
(248,140,207)
0 Favorites   0 Comments

Color spaces of #f88ccf

RGB 248140207
HSL0.900.890.76
HSV323°44°97°
CMYK 0.000.440.17   0.03
XYZ59.352043.217664.2451
Yxy43.21760.35580.2591
Hunter Lab65.740146.1096-11.9236
CIE-Lab71.702449.3407-16.5367

#f88ccf color RGB value is (248,140,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10001100 11001111
Octal 370 214 317
Decimal 248 140 207
Hex F8 8C CF

RGB Percentages of Color #f88ccf

%41.68
%23.53
%34.79

CMYK Percentages of Color #f88ccf

%0
%44
%17
%3

Triadic Colors of #f88ccf

#f88ccf #cff88c #8ccff8

Analogous Colors of #f88ccf

#f88ccf #f88c99 #eb8cf8

Monochromatic Colors of #f88ccf

#f88ccf

Complementary Color

#f88ccf #8cf8b5

#f88ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f88ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f88ccf Color CSS Codes

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

#f88ccf Text Font Color

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

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


#f88ccf Background Color

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

This div background color is #f88ccf


#f88ccf Border Color

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

This div border color is #f88ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f88ccf

Related Colors


Comments

No comments written yet.

Please login to write comment.