Color Hex Logo

#fc78bb Color Hex

#FC78BB
(252,120,187)
0 Favorites   0 Comments

Color spaces of #fc78bb

RGB 252120187
HSL0.920.960.73
HSV330°52°99°
CMYK 0.000.520.26   0.01
XYZ55.831037.716251.3511
Yxy37.71620.38530.2603
Hunter Lab61.413554.8006-6.5861
CIE-Lab67.810957.4904-11.1762

#fc78bb color RGB value is (252,120,187).

#fc78bb hex color red value is 252, green value is 120 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fc78bb hue: 0.92 , saturation: 0.96 and the lightness value of fc78bb is 0.73.

The process color (four color CMYK) of #fc78bb color hex is 0.00, 0.52, 0.26, 0.01. Web safe color of #fc78bb is #ff66cc. Color #fc78bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111000 10111011
Octal 374 170 273
Decimal 252 120 187
Hex FC 78 BB

RGB Percentages of Color #fc78bb

%45.08
%21.47
%33.45

CMYK Percentages of Color #fc78bb

%0
%52
%26
%1

Triadic Colors of #fc78bb

#fc78bb #bbfc78 #78bbfc

Analogous Colors of #fc78bb

#fc78bb #fc7879 #fb78fc

Monochromatic Colors of #fc78bb

#fc78bb

Complementary Color

#fc78bb #78fcb9

#fc78bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc78bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc78bb Color CSS Codes

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

#fc78bb Text Font Color

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

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


#fc78bb Background Color

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

This div background color is #fc78bb


#fc78bb Border Color

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

This div border color is #fc78bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,120,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fc78bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fc78bb;
  -webkit-box-shadow: 1px 1px 3px 2px #fc78bb;
  box-shadow:         1px 1px 3px 2px #fc78bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,120,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc78bb


Comments

No comments written yet.

Please login to write comment.