Color Hex Logo

#fd24cf Color Hex

#FD24CF
(253,36,207)
0 Favorites   0 Comments

Color spaces of #fd24cf

RGB 25336207
HSL0.870.980.57
HSV313°86°99°
CMYK 0.000.860.18   0.01
XYZ52.401426.649461.4135
Yxy26.64940.37310.1897
Hunter Lab51.623190.8510-34.3984
CIE-Lab58.648488.2280-36.5420

#fd24cf color RGB value is (253,36,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00100100 11001111
Octal 375 44 317
Decimal 253 36 207
Hex FD 24 CF

RGB Percentages of Color #fd24cf

%51.01
%7.26
%41.73

CMYK Percentages of Color #fd24cf

%0
%86
%18
%1

Triadic Colors of #fd24cf

#fd24cf #cffd24 #24cffd

Analogous Colors of #fd24cf

#fd24cf #fd2463 #bf24fd

Monochromatic Colors of #fd24cf

#fd24cf

Complementary Color

#fd24cf #24fd52

#fd24cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd24cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd24cf Color CSS Codes

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

#fd24cf Text Font Color

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

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


#fd24cf Background Color

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

This div background color is #fd24cf


#fd24cf Border Color

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

This div border color is #fd24cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd24cf


Comments

No comments written yet.

Please login to write comment.