Color Hex Logo

#f78bcb Color Hex

#F78BCB
(247,139,203)
0 Favorites   0 Comments

Color spaces of #f78bcb

RGB 247139203
HSL0.900.870.76
HSV324°44°97°
CMYK 0.000.440.18   0.03
XYZ58.369942.551261.6367
Yxy42.55120.35910.2618
Hunter Lab65.231345.5697-10.3609
CIE-Lab71.249348.9234-15.0162

#f78bcb color RGB value is (247,139,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 10001011 11001011
Octal 367 213 313
Decimal 247 139 203
Hex F7 8B CB

RGB Percentages of Color #f78bcb

%41.94
%23.60
%34.47

CMYK Percentages of Color #f78bcb

%0
%44
%18
%3

Triadic Colors of #f78bcb

#f78bcb #cbf78b #8bcbf7

Analogous Colors of #f78bcb

#f78bcb #f78b95 #ed8bf7

Monochromatic Colors of #f78bcb

#f78bcb

Complementary Color

#f78bcb #8bf7b7

#f78bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f78bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f78bcb Color CSS Codes

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

#f78bcb Text Font Color

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

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


#f78bcb Background Color

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

This div background color is #f78bcb


#f78bcb Border Color

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

This div border color is #f78bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f78bcb


Comments

No comments written yet.

Please login to write comment.