Color Hex Logo

#fc7eec Color Hex

#FC7EEC
(252,126,236)
0 Favorites   0 Comments

Color spaces of #fc7eec

RGB 252126236
HSL0.850.950.74
HSV308°50°99°
CMYK 0.000.500.06   0.01
XYZ62.746141.673384.0935
Yxy41.67330.33280.2211
Hunter Lab64.554960.5276-32.0467
CIE-Lab70.645161.8941-34.1097

#fc7eec color RGB value is (252,126,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111110 11101100
Octal 374 176 354
Decimal 252 126 236
Hex FC 7E EC

RGB Percentages of Color #fc7eec

%41.04
%20.52
%38.44

CMYK Percentages of Color #fc7eec

%0
%50
%6
%1

Triadic Colors of #fc7eec

#fc7eec #ecfc7e #7eecfc

Analogous Colors of #fc7eec

#fc7eec #fc7ead #cd7efc

Monochromatic Colors of #fc7eec

#fc7eec

Complementary Color

#fc7eec #7efc8e

#fc7eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7eec Color CSS Codes

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

#fc7eec Text Font Color

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

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


#fc7eec Background Color

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

This div background color is #fc7eec


#fc7eec Border Color

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

This div border color is #fc7eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7eec

Related Colors


Comments

No comments written yet.

Please login to write comment.