Color Hex Logo

#fc3fca Color Hex

#FC3FCA
(252,63,202)
0 Favorites   0 Comments

Color spaces of #fc3fca

RGB 25263202
HSL0.880.970.62
HSV316°75°99°
CMYK 0.000.750.20   0.01
XYZ52.583128.514758.6096
Yxy28.51470.37640.2041
Hunter Lab53.399282.3236-27.6958
CIE-Lab60.350981.3629-31.0525

#fc3fca color RGB value is (252,63,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111111 11001010
Octal 374 77 312
Decimal 252 63 202
Hex FC 3F CA

RGB Percentages of Color #fc3fca

%48.74
%12.19
%39.07

CMYK Percentages of Color #fc3fca

%0
%75
%20
%1

Triadic Colors of #fc3fca

#fc3fca #cafc3f #3fcafc

Analogous Colors of #fc3fca

#fc3fca #fc3f6c #d03ffc

Monochromatic Colors of #fc3fca

#fc3fca

Complementary Color

#fc3fca #3ffc71

#fc3fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3fca Color CSS Codes

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

#fc3fca Text Font Color

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

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


#fc3fca Background Color

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

This div background color is #fc3fca


#fc3fca Border Color

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

This div border color is #fc3fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3fca


Comments

No comments written yet.

Please login to write comment.