Color Hex Logo

#fc3ecc Color Hex

#FC3ECC
(252,62,204)
0 Favorites   0 Comments

Color spaces of #fc3ecc

RGB 25262204
HSL0.880.970.62
HSV315°75°99°
CMYK 0.000.750.19   0.01
XYZ52.766628.500359.8467
Yxy28.50030.37390.2020
Hunter Lab53.385783.0051-29.0956
CIE-Lab60.338181.8952-32.2114

#fc3ecc color RGB value is (252,62,204).

#fc3ecc hex color red value is 252, green value is 62 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fc3ecc hue: 0.88 , saturation: 0.97 and the lightness value of fc3ecc is 0.62.

The process color (four color CMYK) of #fc3ecc color hex is 0.00, 0.75, 0.19, 0.01. Web safe color of #fc3ecc is #ff33cc. Color #fc3ecc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111110 11001100
Octal 374 76 314
Decimal 252 62 204
Hex FC 3E CC

RGB Percentages of Color #fc3ecc

%48.65
%11.97
%39.38

CMYK Percentages of Color #fc3ecc

%0
%75
%19
%1

Triadic Colors of #fc3ecc

#fc3ecc #ccfc3e #3eccfc

Analogous Colors of #fc3ecc

#fc3ecc #fc3e6d #cd3efc

Monochromatic Colors of #fc3ecc

#fc3ecc

Complementary Color

#fc3ecc #3efc6e

#fc3ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3ecc Color CSS Codes

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

#fc3ecc Text Font Color

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

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


#fc3ecc Background Color

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

This div background color is #fc3ecc


#fc3ecc Border Color

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

This div border color is #fc3ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3ecc


Comments

No comments written yet.

Please login to write comment.