Color Hex Logo

#fc7cbf Color Hex

#FC7CBF
(252,124,191)
0 Favorites   0 Comments

Color spaces of #fc7cbf

RGB 252124191
HSL0.910.960.74
HSV329°51°99°
CMYK 0.000.510.24   0.01
XYZ56.756538.872353.8019
Yxy38.87230.37980.2601
Hunter Lab62.347753.3842-7.5200
CIE-Lab68.658756.1375-12.1528

#fc7cbf color RGB value is (252,124,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111100 10111111
Octal 374 174 277
Decimal 252 124 191
Hex FC 7C BF

RGB Percentages of Color #fc7cbf

%44.44
%21.87
%33.69

CMYK Percentages of Color #fc7cbf

%0
%51
%24
%1

Triadic Colors of #fc7cbf

#fc7cbf #bffc7c #7cbffc

Analogous Colors of #fc7cbf

#fc7cbf #fc7c7f #f97cfc

Monochromatic Colors of #fc7cbf

#fc7cbf

Complementary Color

#fc7cbf #7cfcb9

#fc7cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7cbf Color CSS Codes

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

#fc7cbf Text Font Color

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

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


#fc7cbf Background Color

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

This div background color is #fc7cbf


#fc7cbf Border Color

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

This div border color is #fc7cbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,124,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 #fc7cbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7cbf


Comments

No comments written yet.

Please login to write comment.