Color Hex Logo

#fc18da Color Hex

#FC18DA
(252,24,218)
0 Favorites   0 Comments

Color spaces of #fc18da

RGB 25224218
HSL0.860.970.54
HSV309°90°99°
CMYK 0.000.900.13   0.01
XYZ53.126426.410768.6274
Yxy26.41070.35860.1783
Hunter Lab51.391394.5916-43.2012
CIE-Lab58.424891.0737-43.1596

#fc18da color RGB value is (252,24,218).

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

The process color (four color CMYK) of #fc18da color hex is 0.00, 0.90, 0.13, 0.01. Web safe color of #fc18da is #ff00cc. Color #fc18da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00011000 11011010
Octal 374 30 332
Decimal 252 24 218
Hex FC 18 DA

RGB Percentages of Color #fc18da

%51.01
%4.86
%44.13

CMYK Percentages of Color #fc18da

%0
%90
%13
%1

Triadic Colors of #fc18da

#fc18da #dafc18 #18dafc

Analogous Colors of #fc18da

#fc18da #fc1868 #ac18fc

Monochromatic Colors of #fc18da

#fc18da

Complementary Color

#fc18da #18fc3a

#fc18da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc18da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc18da Color CSS Codes

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

#fc18da Text Font Color

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

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


#fc18da Background Color

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

This div background color is #fc18da


#fc18da Border Color

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

This div border color is #fc18da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc18da


Comments

No comments written yet.

Please login to write comment.