Color Hex Logo

#fc74de Color Hex

#FC74DE
(252,116,222)
0 Favorites   0 Comments

Color spaces of #fc74de

RGB 252116222
HSL0.870.960.72
HSV313°54°99°
CMYK 0.000.540.12   0.01
XYZ59.575138.460273.3908
Yxy38.46020.34750.2244
Hunter Lab62.016362.9451-26.7531
CIE-Lab68.358464.2892-29.9117

#fc74de color RGB value is (252,116,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110100 11011110
Octal 374 164 336
Decimal 252 116 222
Hex FC 74 DE

RGB Percentages of Color #fc74de

%42.71
%19.66
%37.63

CMYK Percentages of Color #fc74de

%0
%54
%12
%1

Triadic Colors of #fc74de

#fc74de #defc74 #74defc

Analogous Colors of #fc74de

#fc74de #fc749a #d674fc

Monochromatic Colors of #fc74de

#fc74de

Complementary Color

#fc74de #74fc92

#fc74de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc74de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc74de Color CSS Codes

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

#fc74de Text Font Color

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

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


#fc74de Background Color

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

This div background color is #fc74de


#fc74de Border Color

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

This div border color is #fc74de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,116,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 #fc74de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc74de

Related Colors


Comments

No comments written yet.

Please login to write comment.