Color Hex Logo

#fc7ccc Color Hex

#FC7CCC
(252,124,204)
0 Favorites   0 Comments

Color spaces of #fc7ccc

RGB 252124204
HSL0.900.960.74
HSV323°51°99°
CMYK 0.000.510.19   0.01
XYZ58.251639.470461.6751
Yxy39.47040.36540.2476
Hunter Lab62.825555.5601-14.2265
CIE-Lab69.090657.9406-18.7724

#fc7ccc color RGB value is (252,124,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111100 11001100
Octal 374 174 314
Decimal 252 124 204
Hex FC 7C CC

RGB Percentages of Color #fc7ccc

%43.45
%21.38
%35.17

CMYK Percentages of Color #fc7ccc

%0
%51
%19
%1

Triadic Colors of #fc7ccc

#fc7ccc #ccfc7c #7cccfc

Analogous Colors of #fc7ccc

#fc7ccc #fc7c8c #ec7cfc

Monochromatic Colors of #fc7ccc

#fc7ccc

Complementary Color

#fc7ccc #7cfcac

#fc7ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7ccc Color CSS Codes

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

#fc7ccc Text Font Color

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

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


#fc7ccc Background Color

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

This div background color is #fc7ccc


#fc7ccc Border Color

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

This div border color is #fc7ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7ccc

Related Colors


Comments

No comments written yet.

Please login to write comment.