Color Hex Logo

#fc24da Color Hex

#FC24DA
(252,36,218)
0 Favorites   0 Comments

Color spaces of #fc24da

RGB 25236218
HSL0.860.970.56
HSV309°86°99°
CMYK 0.000.860.13   0.01
XYZ53.430627.019268.7288
Yxy27.01920.35820.1811
Hunter Lab51.980092.5164-42.0082
CIE-Lab58.992189.4133-42.2660

#fc24da color RGB value is (252,36,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100100 11011010
Octal 374 44 332
Decimal 252 36 218
Hex FC 24 DA

RGB Percentages of Color #fc24da

%49.80
%7.11
%43.08

CMYK Percentages of Color #fc24da

%0
%86
%13
%1

Triadic Colors of #fc24da

#fc24da #dafc24 #24dafc

Analogous Colors of #fc24da

#fc24da #fc246e #b224fc

Monochromatic Colors of #fc24da

#fc24da

Complementary Color

#fc24da #24fc46

#fc24da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc24da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc24da Color CSS Codes

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

#fc24da Text Font Color

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

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


#fc24da Background Color

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

This div background color is #fc24da


#fc24da Border Color

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

This div border color is #fc24da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc24da


Comments

No comments written yet.

Please login to write comment.