Color Hex Logo

#fc7cde Color Hex

#FC7CDE
(252,124,222)
0 Favorites   0 Comments

Color spaces of #fc7cde

RGB 252124222
HSL0.870.960.74
HSV314°51°99°
CMYK 0.000.510.12   0.01
XYZ60.537440.384773.7116
Yxy40.38470.34670.2313
Hunter Lab63.549058.8303-24.2873
CIE-Lab69.742760.6143-27.7803

#fc7cde color RGB value is (252,124,222).

#fc7cde hex color red value is 252, green value is 124 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #fc7cde hue: 0.87 , saturation: 0.96 and the lightness value of fc7cde is 0.74.

The process color (four color CMYK) of #fc7cde color hex is 0.00, 0.51, 0.12, 0.01. Web safe color of #fc7cde is #ff66cc. Color #fc7cde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111100 11011110
Octal 374 174 336
Decimal 252 124 222
Hex FC 7C DE

RGB Percentages of Color #fc7cde

%42.14
%20.74
%37.12

CMYK Percentages of Color #fc7cde

%0
%51
%12
%1

Triadic Colors of #fc7cde

#fc7cde #defc7c #7cdefc

Analogous Colors of #fc7cde

#fc7cde #fc7c9e #da7cfc

Monochromatic Colors of #fc7cde

#fc7cde

Complementary Color

#fc7cde #7cfc9a

#fc7cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7cde Color CSS Codes

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

#fc7cde Text Font Color

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

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


#fc7cde Background Color

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

This div background color is #fc7cde


#fc7cde Border Color

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

This div border color is #fc7cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7cde


Comments

No comments written yet.

Please login to write comment.