Color Hex Logo

#fc3fba Color Hex

#FC3FBA
(252,63,186)
0 Favorites   0 Comments

Color spaces of #fc3fba

RGB 25263186
HSL0.890.970.62
HSV321°75°99°
CMYK 0.000.750.26   0.01
XYZ50.785327.795649.1428
Yxy27.79560.39760.2176
Hunter Lab52.721579.6818-18.3603
CIE-Lab59.703679.4207-22.8899

#fc3fba color RGB value is (252,63,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111111 10111010
Octal 374 77 272
Decimal 252 63 186
Hex FC 3F BA

RGB Percentages of Color #fc3fba

%50.30
%12.57
%37.13

CMYK Percentages of Color #fc3fba

%0
%75
%26
%1

Triadic Colors of #fc3fba

#fc3fba #bafc3f #3fbafc

Analogous Colors of #fc3fba

#fc3fba #fc3f5b #e03ffc

Monochromatic Colors of #fc3fba

#fc3fba

Complementary Color

#fc3fba #3ffc81

#fc3fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3fba Color CSS Codes

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

#fc3fba Text Font Color

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

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


#fc3fba Background Color

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

This div background color is #fc3fba


#fc3fba Border Color

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

This div border color is #fc3fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3fba


Comments

No comments written yet.

Please login to write comment.