Color Hex Logo

#f252df Color Hex

#F252DF
(242,82,223)
0 Favorites   0 Comments

Color spaces of #f252df

RGB 24282223
HSL0.850.860.64
HSV307°66°95°
CMYK 0.000.660.08   0.05
XYZ52.954530.239572.8578
Yxy30.23950.33930.1938
Hunter Lab54.990575.6580-40.0610
CIE-Lab61.860375.8209-40.6898

#f252df color RGB value is (242,82,223).

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

The process color (four color CMYK) of #f252df color hex is 0.00, 0.66, 0.08, 0.05. Web safe color of #f252df is #ff66cc. Color #f252df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01010010 11011111
Octal 362 122 337
Decimal 242 82 223
Hex F2 52 DF

RGB Percentages of Color #f252df

%44.24
%14.99
%40.77

CMYK Percentages of Color #f252df

%0
%66
%8
%5

Triadic Colors of #f252df

#f252df #dff252 #52dff2

Analogous Colors of #f252df

#f252df #f2528f #b552f2

Monochromatic Colors of #f252df

#f252df

Complementary Color

#f252df #52f265

#f252df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f252df Color Preview on White Background

Lorem ipsum dolor sit amet.

#f252df Color CSS Codes

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

#f252df Text Font Color

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

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


#f252df Background Color

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

This div background color is #f252df


#f252df Border Color

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

This div border color is #f252df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,82,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 #f252df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f252df


Comments

No comments written yet.

Please login to write comment.