Color Hex Logo

#f24cdf Color Hex

#F24CDF
(242,76,223)
0 Favorites   0 Comments

Color spaces of #f24cdf

RGB 24276223
HSL0.850.860.62
HSV307°69°95°
CMYK 0.000.690.08   0.05
XYZ52.521729.373872.7136
Yxy29.37380.33970.1900
Hunter Lab54.197678.1346-41.6074
CIE-Lab61.110177.9306-41.8678

#f24cdf color RGB value is (242,76,223).

#f24cdf hex color red value is 242, green value is 76 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f24cdf hue: 0.85 , saturation: 0.86 and the lightness value of f24cdf is 0.62.

The process color (four color CMYK) of #f24cdf color hex is 0.00, 0.69, 0.08, 0.05. Web safe color of #f24cdf is #ff33cc. Color #f24cdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01001100 11011111
Octal 362 114 337
Decimal 242 76 223
Hex F2 4C DF

RGB Percentages of Color #f24cdf

%44.73
%14.05
%41.22

CMYK Percentages of Color #f24cdf

%0
%69
%8
%5

Triadic Colors of #f24cdf

#f24cdf #dff24c #4cdff2

Analogous Colors of #f24cdf

#f24cdf #f24c8c #b24cf2

Monochromatic Colors of #f24cdf

#f24cdf

Complementary Color

#f24cdf #4cf25f

#f24cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f24cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f24cdf Color CSS Codes

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

#f24cdf Text Font Color

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

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


#f24cdf Background Color

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

This div background color is #f24cdf


#f24cdf Border Color

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

This div border color is #f24cdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,76,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f24cdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f24cdf;
  -webkit-box-shadow: 1px 1px 3px 2px #f24cdf;
  box-shadow:         1px 1px 3px 2px #f24cdf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,76,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f24cdf


Comments

No comments written yet.

Please login to write comment.