Color Hex Logo

#fc2dca Color Hex

#FC2DCA
(252,45,202)
0 Favorites   0 Comments

Color spaces of #fc2dca

RGB 25245202
HSL0.870.970.58
HSV314°82°99°
CMYK 0.000.820.20   0.01
XYZ51.743926.836558.3299
Yxy26.83650.37790.1960
Hunter Lab51.804087.6361-30.4962
CIE-Lab58.822785.7548-33.4282

#fc2dca color RGB value is (252,45,202).

#fc2dca hex color red value is 252, green value is 45 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fc2dca hue: 0.87 , saturation: 0.97 and the lightness value of fc2dca is 0.58.

The process color (four color CMYK) of #fc2dca color hex is 0.00, 0.82, 0.20, 0.01. Web safe color of #fc2dca is #ff33cc. Color #fc2dca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00101101 11001010
Octal 374 55 312
Decimal 252 45 202
Hex FC 2D CA

RGB Percentages of Color #fc2dca

%50.50
%9.02
%40.48

CMYK Percentages of Color #fc2dca

%0
%82
%20
%1

Triadic Colors of #fc2dca

#fc2dca #cafc2d #2dcafc

Analogous Colors of #fc2dca

#fc2dca #fc2d63 #c72dfc

Monochromatic Colors of #fc2dca

#fc2dca

Complementary Color

#fc2dca #2dfc5f

#fc2dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc2dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc2dca Color CSS Codes

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

#fc2dca Text Font Color

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

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


#fc2dca Background Color

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

This div background color is #fc2dca


#fc2dca Border Color

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

This div border color is #fc2dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc2dca


Comments

No comments written yet.

Please login to write comment.