Color Hex Logo

#fc7dbf Color Hex

#FC7DBF
(252,125,191)
0 Favorites   0 Comments

Color spaces of #fc7dbf

RGB 252125191
HSL0.910.950.74
HSV329°50°99°
CMYK 0.000.500.24   0.01
XYZ56.882539.124353.8439
Yxy39.12430.37960.2611
Hunter Lab62.549452.8666-7.2535
CIE-Lab68.841255.6620-11.8792

#fc7dbf color RGB value is (252,125,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111101 10111111
Octal 374 175 277
Decimal 252 125 191
Hex FC 7D BF

RGB Percentages of Color #fc7dbf

%44.37
%22.01
%33.63

CMYK Percentages of Color #fc7dbf

%0
%50
%24
%1

Triadic Colors of #fc7dbf

#fc7dbf #bffc7d #7dbffc

Analogous Colors of #fc7dbf

#fc7dbf #fc7d80 #fa7dfc

Monochromatic Colors of #fc7dbf

#fc7dbf

Complementary Color

#fc7dbf #7dfcba

#fc7dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7dbf Color CSS Codes

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

#fc7dbf Text Font Color

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

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


#fc7dbf Background Color

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

This div background color is #fc7dbf


#fc7dbf Border Color

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

This div border color is #fc7dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7dbf


Comments

No comments written yet.

Please login to write comment.