Color Hex Logo

#f24bda Color Hex

#F24BDA
(242,75,218)
0 Favorites   0 Comments

Color spaces of #f24bda

RGB 24275218
HSL0.860.870.62
HSV309°69°95°
CMYK 0.000.690.10   0.05
XYZ51.788928.971469.1921
Yxy28.97140.34540.1932
Hunter Lab53.825177.5535-38.5397
CIE-Lab60.756477.5382-39.6088

#f24bda color RGB value is (242,75,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01001011 11011010
Octal 362 113 332
Decimal 242 75 218
Hex F2 4B DA

RGB Percentages of Color #f24bda

%45.23
%14.02
%40.75

CMYK Percentages of Color #f24bda

%0
%69
%10
%5

Triadic Colors of #f24bda

#f24bda #daf24b #4bdaf2

Analogous Colors of #f24bda

#f24bda #f24b87 #b74bf2

Monochromatic Colors of #f24bda

#f24bda

Complementary Color

#f24bda #4bf263

#f24bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f24bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f24bda Color CSS Codes

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

#f24bda Text Font Color

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

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


#f24bda Background Color

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

This div background color is #f24bda


#f24bda Border Color

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

This div border color is #f24bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f24bda


Comments

No comments written yet.

Please login to write comment.