Color Hex Logo

#fc24d8 Color Hex

#FC24D8
(252,36,216)
0 Favorites   0 Comments

Color spaces of #fc24d8

RGB 25236216
HSL0.860.970.56
HSV310°86°99°
CMYK 0.000.860.14   0.01
XYZ53.170426.915167.3585
Yxy26.91510.36060.1825
Hunter Lab51.879892.1510-40.6638
CIE-Lab58.895789.1580-41.2844

#fc24d8 color RGB value is (252,36,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100100 11011000
Octal 374 44 330
Decimal 252 36 216
Hex FC 24 D8

RGB Percentages of Color #fc24d8

%50.00
%7.14
%42.86

CMYK Percentages of Color #fc24d8

%0
%86
%14
%1

Triadic Colors of #fc24d8

#fc24d8 #d8fc24 #24d8fc

Analogous Colors of #fc24d8

#fc24d8 #fc246c #b424fc

Monochromatic Colors of #fc24d8

#fc24d8

Complementary Color

#fc24d8 #24fc48

#fc24d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc24d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc24d8 Color CSS Codes

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

#fc24d8 Text Font Color

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

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


#fc24d8 Background Color

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

This div background color is #fc24d8


#fc24d8 Border Color

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

This div border color is #fc24d8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc24d8

Related Colors


Comments

No comments written yet.

Please login to write comment.