Color Hex Logo

#fc41da Color Hex

#FC41DA
(252,65,218)
0 Favorites   0 Comments

Color spaces of #fc41da

RGB 25265218
HSL0.860.970.62
HSV311°74°99°
CMYK 0.000.740.13   0.01
XYZ54.690129.538069.1486
Yxy29.53800.35660.1926
Hunter Lab54.348984.5102-37.3910
CIE-Lab61.253582.8830-38.7156

#fc41da color RGB value is (252,65,218).

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

The process color (four color CMYK) of #fc41da color hex is 0.00, 0.74, 0.13, 0.01. Web safe color of #fc41da is #ff33cc. Color #fc41da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000001 11011010
Octal 374 101 332
Decimal 252 65 218
Hex FC 41 DA

RGB Percentages of Color #fc41da

%47.10
%12.15
%40.75

CMYK Percentages of Color #fc41da

%0
%74
%13
%1

Triadic Colors of #fc41da

#fc41da #dafc41 #41dafc

Analogous Colors of #fc41da

#fc41da #fc417d #c141fc

Monochromatic Colors of #fc41da

#fc41da

Complementary Color

#fc41da #41fc63

#fc41da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc41da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc41da Color CSS Codes

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

#fc41da Text Font Color

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

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


#fc41da Background Color

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

This div background color is #fc41da


#fc41da Border Color

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

This div border color is #fc41da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc41da

Related Colors


Comments

No comments written yet.

Please login to write comment.