Color Hex Logo

#f252de Color Hex

#F252DE
(242,82,222)
0 Favorites   0 Comments

Color spaces of #f252de

RGB 24282222
HSL0.850.860.64
HSV308°66°95°
CMYK 0.000.660.08   0.05
XYZ52.820130.185872.1497
Yxy30.18580.34040.1946
Hunter Lab54.941675.4596-39.4009
CIE-Lab61.814275.6713-40.2008

#f252de color RGB value is (242,82,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01010010 11011110
Octal 362 122 336
Decimal 242 82 222
Hex F2 52 DE

RGB Percentages of Color #f252de

%44.32
%15.02
%40.66

CMYK Percentages of Color #f252de

%0
%66
%8
%5

Triadic Colors of #f252de

#f252de #def252 #52def2

Analogous Colors of #f252de

#f252de #f2528e #b652f2

Monochromatic Colors of #f252de

#f252de

Complementary Color

#f252de #52f266

#f252de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f252de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f252de Color CSS Codes

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

#f252de Text Font Color

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

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


#f252de Background Color

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

This div background color is #f252de


#f252de Border Color

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

This div border color is #f252de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f252de


Comments

No comments written yet.

Please login to write comment.