Color Hex Logo

#fc7eb4 Color Hex

#FC7EB4
(252,126,180)
0 Favorites   0 Comments

Color spaces of #fc7eb4

RGB 252126180
HSL0.930.950.74
HSV334°50°99°
CMYK 0.000.500.29   0.01
XYZ55.844038.912447.7476
Yxy38.91240.39190.2731
Hunter Lab62.379850.6331-1.7167
CIE-Lab68.687853.7434-5.9342

#fc7eb4 color RGB value is (252,126,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111110 10110100
Octal 374 176 264
Decimal 252 126 180
Hex FC 7E B4

RGB Percentages of Color #fc7eb4

%45.16
%22.58
%32.26

CMYK Percentages of Color #fc7eb4

%0
%50
%29
%1

Triadic Colors of #fc7eb4

#fc7eb4 #b4fc7e #7eb4fc

Analogous Colors of #fc7eb4

#fc7eb4 #fc877e #fc7ef3

Monochromatic Colors of #fc7eb4

#fc7eb4

Complementary Color

#fc7eb4 #7efcc6

#fc7eb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7eb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7eb4 Color CSS Codes

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

#fc7eb4 Text Font Color

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

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


#fc7eb4 Background Color

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

This div background color is #fc7eb4


#fc7eb4 Border Color

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

This div border color is #fc7eb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7eb4


Comments

No comments written yet.

Please login to write comment.