Color Hex Logo

#f24dbf Color Hex

#F24DBF
(242,77,191)
0 Favorites   0 Comments

Color spaces of #f24dbf

RGB 24277191
HSL0.880.860.63
HSV319°68°95°
CMYK 0.000.680.21   0.05
XYZ48.675827.946652.1189
Yxy27.94660.37810.2171
Hunter Lab52.864571.8435-21.4485
CIE-Lab59.840573.1336-25.6904

#f24dbf color RGB value is (242,77,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01001101 10111111
Octal 362 115 277
Decimal 242 77 191
Hex F2 4D BF

RGB Percentages of Color #f24dbf

%47.45
%15.10
%37.45

CMYK Percentages of Color #f24dbf

%0
%68
%21
%5

Triadic Colors of #f24dbf

#f24dbf #bff24d #4dbff2

Analogous Colors of #f24dbf

#f24dbf #f24d6d #d34df2

Monochromatic Colors of #f24dbf

#f24dbf

Complementary Color

#f24dbf #4df280

#f24dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f24dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f24dbf Color CSS Codes

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

#f24dbf Text Font Color

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

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


#f24dbf Background Color

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

This div background color is #f24dbf


#f24dbf Border Color

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

This div border color is #f24dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f24dbf


Comments

No comments written yet.

Please login to write comment.