Color Hex Logo

#fc24ed Color Hex

#FC24ED
(252,36,237)
0 Favorites   0 Comments

Color spaces of #fc24ed

RGB 25236237
HSL0.840.970.56
HSV304°86°99°
CMYK 0.000.860.06   0.01
XYZ56.061828.071682.5843
Yxy28.07160.33630.1684
Hunter Lab52.982696.1542-55.3278
CIE-Lab59.953491.9354-51.4393

#fc24ed color RGB value is (252,36,237).

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

The process color (four color CMYK) of #fc24ed color hex is 0.00, 0.86, 0.06, 0.01. Web safe color of #fc24ed is #ff33ff. Color #fc24ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100100 11101101
Octal 374 44 355
Decimal 252 36 237
Hex FC 24 ED

RGB Percentages of Color #fc24ed

%48.00
%6.86
%45.14

CMYK Percentages of Color #fc24ed

%0
%86
%6
%1

Triadic Colors of #fc24ed

#fc24ed #edfc24 #24edfc

Analogous Colors of #fc24ed

#fc24ed #fc2481 #9f24fc

Monochromatic Colors of #fc24ed

#fc24ed

Complementary Color

#fc24ed #24fc33

#fc24ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc24ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc24ed Color CSS Codes

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

#fc24ed Text Font Color

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

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


#fc24ed Background Color

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

This div background color is #fc24ed


#fc24ed Border Color

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

This div border color is #fc24ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc24ed


Comments

No comments written yet.

Please login to write comment.