Color Hex Logo

#fc7ffb Color Hex

#FC7FFB
(252,127,251)
0 Favorites   0 Comments

Color spaces of #fc7ffb

RGB 252127251
HSL0.830.950.74
HSV300°50°99°
CMYK 0.000.500.00   0.01
XYZ65.146842.839296.1020
Yxy42.83920.31920.2099
Hunter Lab65.451763.1282-41.2387
CIE-Lab71.445763.9262-41.0782

#fc7ffb color RGB value is (252,127,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111111 11111011
Octal 374 177 373
Decimal 252 127 251
Hex FC 7F FB

RGB Percentages of Color #fc7ffb

%40.00
%20.16
%39.84

CMYK Percentages of Color #fc7ffb

%0
%50
%0
%1

Triadic Colors of #fc7ffb

#fc7ffb #fbfc7f #7ffbfc

Analogous Colors of #fc7ffb

#fc7ffb #fc7fbd #bf7ffc

Monochromatic Colors of #fc7ffb

#fc7ffb

Complementary Color

#fc7ffb #7ffc80

#fc7ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7ffb Color CSS Codes

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

#fc7ffb Text Font Color

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

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


#fc7ffb Background Color

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

This div background color is #fc7ffb


#fc7ffb Border Color

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

This div border color is #fc7ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.