Color Hex Logo

#fc7feb Color Hex

#FC7FEB
(252,127,235)
0 Favorites   0 Comments

Color spaces of #fc7feb

RGB 252127235
HSL0.860.950.74
HSV308°50°99°
CMYK 0.000.500.07   0.01
XYZ62.729741.872383.3732
Yxy41.87230.33370.2228
Hunter Lab64.708859.8002-31.0952
CIE-Lab70.782861.2626-33.3469

#fc7feb color RGB value is (252,127,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111111 11101011
Octal 374 177 353
Decimal 252 127 235
Hex FC 7F EB

RGB Percentages of Color #fc7feb

%41.04
%20.68
%38.27

CMYK Percentages of Color #fc7feb

%0
%50
%7
%1

Triadic Colors of #fc7feb

#fc7feb #ebfc7f #7febfc

Analogous Colors of #fc7feb

#fc7feb #fc7fad #cf7ffc

Monochromatic Colors of #fc7feb

#fc7feb

Complementary Color

#fc7feb #7ffc90

#fc7feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7feb Color CSS Codes

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

#fc7feb Text Font Color

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

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


#fc7feb Background Color

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

This div background color is #fc7feb


#fc7feb Border Color

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

This div border color is #fc7feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7feb


Comments

No comments written yet.

Please login to write comment.