Color Hex Logo

#fc15da Color Hex

#FC15DA
(252,21,218)
0 Favorites   0 Comments

Color spaces of #fc15da

RGB 25221218
HSL0.860.970.54
HSV309°92°99°
CMYK 0.000.920.13   0.01
XYZ53.067926.293768.6079
Yxy26.29370.35860.1777
Hunter Lab51.277494.9975-43.4344
CIE-Lab58.314891.3969-43.3331

#fc15da color RGB value is (252,21,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010101 11011010
Octal 374 25 332
Decimal 252 21 218
Hex FC 15 DA

RGB Percentages of Color #fc15da

%51.32
%4.28
%44.40

CMYK Percentages of Color #fc15da

%0
%92
%13
%1

Triadic Colors of #fc15da

#fc15da #dafc15 #15dafc

Analogous Colors of #fc15da

#fc15da #fc1567 #ab15fc

Monochromatic Colors of #fc15da

#fc15da

Complementary Color

#fc15da #15fc37

#fc15da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc15da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc15da Color CSS Codes

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

#fc15da Text Font Color

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

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


#fc15da Background Color

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

This div background color is #fc15da


#fc15da Border Color

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

This div border color is #fc15da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc15da

Related Colors


Comments

No comments written yet.

Please login to write comment.