Color Hex Logo

#f24edd Color Hex

#F24EDD
(242,78,221)
0 Favorites   0 Comments

Color spaces of #f24edd

RGB 24278221
HSL0.850.860.63
HSV308°68°95°
CMYK 0.000.680.09   0.05
XYZ52.393529.546571.3482
Yxy29.54650.34180.1928
Hunter Lab54.356776.9289-39.7739
CIE-Lab61.260976.9464-40.5066

#f24edd color RGB value is (242,78,221).

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

The process color (four color CMYK) of #f24edd color hex is 0.00, 0.68, 0.09, 0.05. Web safe color of #f24edd is #ff66cc. Color #f24edd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01001110 11011101
Octal 362 116 335
Decimal 242 78 221
Hex F2 4E DD

RGB Percentages of Color #f24edd

%44.73
%14.42
%40.85

CMYK Percentages of Color #f24edd

%0
%68
%9
%5

Triadic Colors of #f24edd

#f24edd #ddf24e #4eddf2

Analogous Colors of #f24edd

#f24edd #f24e8b #b54ef2

Monochromatic Colors of #f24edd

#f24edd

Complementary Color

#f24edd #4ef263

#f24edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f24edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f24edd Color CSS Codes

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

#f24edd Text Font Color

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

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


#f24edd Background Color

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

This div background color is #f24edd


#f24edd Border Color

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

This div border color is #f24edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f24edd


Comments

No comments written yet.

Please login to write comment.