Color Hex Logo

#f24adf Color Hex

#F24ADF
(242,74,223)
0 Favorites   0 Comments

Color spaces of #f24adf

RGB 24274223
HSL0.850.870.62
HSV307°69°95°
CMYK 0.000.690.08   0.05
XYZ52.386029.102572.6683
Yxy29.10250.33980.1888
Hunter Lab53.946778.9290-42.1032
CIE-Lab60.872078.6034-42.2421

#f24adf color RGB value is (242,74,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01001010 11011111
Octal 362 112 337
Decimal 242 74 223
Hex F2 4A DF

RGB Percentages of Color #f24adf

%44.90
%13.73
%41.37

CMYK Percentages of Color #f24adf

%0
%69
%8
%5

Triadic Colors of #f24adf

#f24adf #dff24a #4adff2

Analogous Colors of #f24adf

#f24adf #f24a8b #b14af2

Monochromatic Colors of #f24adf

#f24adf

Complementary Color

#f24adf #4af25d

#f24adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f24adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f24adf Color CSS Codes

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

#f24adf Text Font Color

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

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


#f24adf Background Color

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

This div background color is #f24adf


#f24adf Border Color

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

This div border color is #f24adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f24adf


Comments

No comments written yet.

Please login to write comment.