Color Hex Logo

#f24bde Color Hex

#F24BDE
(242,75,222)
0 Favorites   0 Comments

Color spaces of #f24bde

RGB 24275222
HSL0.850.870.62
HSV307°69°95°
CMYK 0.000.690.08   0.05
XYZ52.318829.183371.9827
Yxy29.18330.34090.1901
Hunter Lab54.021678.3359-41.1877
CIE-Lab60.943178.1217-41.5681

#f24bde color RGB value is (242,75,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01001011 11011110
Octal 362 113 336
Decimal 242 75 222
Hex F2 4B DE

RGB Percentages of Color #f24bde

%44.90
%13.91
%41.19

CMYK Percentages of Color #f24bde

%0
%69
%8
%5

Triadic Colors of #f24bde

#f24bde #def24b #4bdef2

Analogous Colors of #f24bde

#f24bde #f24b8b #b34bf2

Monochromatic Colors of #f24bde

#f24bde

Complementary Color

#f24bde #4bf25f

#f24bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f24bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f24bde Color CSS Codes

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

#f24bde Text Font Color

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

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


#f24bde Background Color

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

This div background color is #f24bde


#f24bde Border Color

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

This div border color is #f24bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f24bde


Comments

No comments written yet.

Please login to write comment.