Color Hex Logo

#fd24ed Color Hex

#FD24ED
(253,36,237)
0 Favorites   0 Comments

Color spaces of #fd24ed

RGB 25336237
HSL0.850.980.57
HSV304°86°99°
CMYK 0.000.860.06   0.01
XYZ56.425028.258882.6013
Yxy28.25880.33730.1689
Hunter Lab53.159096.4385-54.9167
CIE-Lab60.121892.1129-51.1614

#fd24ed color RGB value is (253,36,237).

#fd24ed hex color red value is 253, green value is 36 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fd24ed hue: 0.85 , saturation: 0.98 and the lightness value of fd24ed is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00100100 11101101
Octal 375 44 355
Decimal 253 36 237
Hex FD 24 ED

RGB Percentages of Color #fd24ed

%48.10
%6.84
%45.06

CMYK Percentages of Color #fd24ed

%0
%86
%6
%1

Triadic Colors of #fd24ed

#fd24ed #edfd24 #24edfd

Analogous Colors of #fd24ed

#fd24ed #fd2481 #a124fd

Monochromatic Colors of #fd24ed

#fd24ed

Complementary Color

#fd24ed #24fd34

#fd24ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd24ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd24ed Color CSS Codes

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

#fd24ed Text Font Color

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

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


#fd24ed Background Color

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

This div background color is #fd24ed


#fd24ed Border Color

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

This div border color is #fd24ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd24ed


Comments

No comments written yet.

Please login to write comment.