Color Hex Logo

#f24dab Color Hex

#F24DAB
(242,77,171)
0 Favorites   0 Comments

Color spaces of #f24dab

RGB 24277171
HSL0.910.860.63
HSV326°68°95°
CMYK 0.000.680.29   0.05
XYZ46.622527.125341.3065
Yxy27.12530.40520.2358
Hunter Lab52.082068.6454-10.5659
CIE-Lab59.090170.6619-15.3168

#f24dab color RGB value is (242,77,171).

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

The process color (four color CMYK) of #f24dab color hex is 0.00, 0.68, 0.29, 0.05. Web safe color of #f24dab is #ff6699. Color #f24dab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01001101 10101011
Octal 362 115 253
Decimal 242 77 171
Hex F2 4D AB

RGB Percentages of Color #f24dab

%49.39
%15.71
%34.90

CMYK Percentages of Color #f24dab

%0
%68
%29
%5

Triadic Colors of #f24dab

#f24dab #abf24d #4dabf2

Analogous Colors of #f24dab

#f24dab #f24d58 #e74df2

Monochromatic Colors of #f24dab

#f24dab

Complementary Color

#f24dab #4df294

#f24dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f24dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f24dab Color CSS Codes

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

#f24dab Text Font Color

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

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


#f24dab Background Color

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

This div background color is #f24dab


#f24dab Border Color

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

This div border color is #f24dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f24dab


Comments

No comments written yet.

Please login to write comment.