Color Hex Logo

#fc7eaf Color Hex

#FC7EAF
(252,126,175)
0 Favorites   0 Comments

Color spaces of #fc7eaf

RGB 252126175
HSL0.940.950.74
HSV337°50°99°
CMYK 0.000.500.31   0.01
XYZ55.343638.712345.1127
Yxy38.71230.39770.2782
Hunter Lab62.219249.89100.5646
CIE-Lab68.542353.1156-3.3368

#fc7eaf color RGB value is (252,126,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111110 10101111
Octal 374 176 257
Decimal 252 126 175
Hex FC 7E AF

RGB Percentages of Color #fc7eaf

%45.57
%22.78
%31.65

CMYK Percentages of Color #fc7eaf

%0
%50
%31
%1

Triadic Colors of #fc7eaf

#fc7eaf #affc7e #7eaffc

Analogous Colors of #fc7eaf

#fc7eaf #fc8c7e #fc7eee

Monochromatic Colors of #fc7eaf

#fc7eaf

Complementary Color

#fc7eaf #7efccb

#fc7eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7eaf Color CSS Codes

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

#fc7eaf Text Font Color

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

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


#fc7eaf Background Color

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

This div background color is #fc7eaf


#fc7eaf Border Color

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

This div border color is #fc7eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7eaf


Comments

No comments written yet.

Please login to write comment.