Color Hex Logo

#fd24dd Color Hex

#FD24DD
(253,36,221)
0 Favorites   0 Comments

Color spaces of #fd24dd

RGB 25336221
HSL0.860.980.57
HSV309°86°99°
CMYK 0.000.860.13   0.01
XYZ54.190027.364970.8324
Yxy27.36490.35560.1796
Hunter Lab52.311593.3649-43.6637
CIE-Lab59.310689.9864-43.4497

#fd24dd color RGB value is (253,36,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00100100 11011101
Octal 375 44 335
Decimal 253 36 221
Hex FD 24 DD

RGB Percentages of Color #fd24dd

%49.61
%7.06
%43.33

CMYK Percentages of Color #fd24dd

%0
%86
%13
%1

Triadic Colors of #fd24dd

#fd24dd #ddfd24 #24ddfd

Analogous Colors of #fd24dd

#fd24dd #fd2471 #b124fd

Monochromatic Colors of #fd24dd

#fd24dd

Complementary Color

#fd24dd #24fd44

#fd24dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd24dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd24dd Color CSS Codes

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

#fd24dd Text Font Color

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

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


#fd24dd Background Color

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

This div background color is #fd24dd


#fd24dd Border Color

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

This div border color is #fd24dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd24dd

Related Colors


Comments

No comments written yet.

Please login to write comment.