Color Hex Logo

#fc7fbf Color Hex

#FC7FBF
(252,127,191)
0 Favorites   0 Comments

Color spaces of #fc7fbf

RGB 252127191
HSL0.910.950.74
HSV329°50°99°
CMYK 0.000.500.24   0.01
XYZ57.138239.635853.9292
Yxy39.63580.37910.2630
Hunter Lab62.957051.8275-6.7182
CIE-Lab69.209354.7057-11.3280

#fc7fbf color RGB value is (252,127,191).

#fc7fbf hex color red value is 252, green value is 127 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #fc7fbf hue: 0.91 , saturation: 0.95 and the lightness value of fc7fbf is 0.74.

The process color (four color CMYK) of #fc7fbf color hex is 0.00, 0.50, 0.24, 0.01. Web safe color of #fc7fbf is #ff66cc. Color #fc7fbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111111 10111111
Octal 374 177 277
Decimal 252 127 191
Hex FC 7F BF

RGB Percentages of Color #fc7fbf

%44.21
%22.28
%33.51

CMYK Percentages of Color #fc7fbf

%0
%50
%24
%1

Triadic Colors of #fc7fbf

#fc7fbf #bffc7f #7fbffc

Analogous Colors of #fc7fbf

#fc7fbf #fc7f81 #fb7ffc

Monochromatic Colors of #fc7fbf

#fc7fbf

Complementary Color

#fc7fbf #7ffcbc

#fc7fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7fbf Color CSS Codes

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

#fc7fbf Text Font Color

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

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


#fc7fbf Background Color

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

This div background color is #fc7fbf


#fc7fbf Border Color

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

This div border color is #fc7fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7fbf


Comments

No comments written yet.

Please login to write comment.