Color Hex Logo

#f052ef Color Hex

#F052EF
(240,82,239)
0 Favorites   0 Comments

Color spaces of #f052ef

RGB 24082239
HSL0.830.840.63
HSV300°66°94°
CMYK 0.000.660.00   0.06
XYZ54.532530.791884.7306
Yxy30.79180.32070.1811
Hunter Lab55.490478.3107-51.6892
CIE-Lab62.331577.8368-48.9057

#f052ef color RGB value is (240,82,239).

#f052ef hex color red value is 240, green value is 82 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f052ef hue: 0.83 , saturation: 0.84 and the lightness value of f052ef is 0.63.

The process color (four color CMYK) of #f052ef color hex is 0.00, 0.66, 0.00, 0.06. Web safe color of #f052ef is #ff66ff. Color #f052ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010010 11101111
Octal 360 122 357
Decimal 240 82 239
Hex F0 52 EF

RGB Percentages of Color #f052ef

%42.78
%14.62
%42.60

CMYK Percentages of Color #f052ef

%0
%66
%0
%6

Triadic Colors of #f052ef

#f052ef #eff052 #52eff0

Analogous Colors of #f052ef

#f052ef #f052a0 #a252f0

Monochromatic Colors of #f052ef

#f052ef

Complementary Color

#f052ef #52f053

#f052ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f052ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f052ef Color CSS Codes

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

#f052ef Text Font Color

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

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


#f052ef Background Color

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

This div background color is #f052ef


#f052ef Border Color

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

This div border color is #f052ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,82,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f052ef


Comments

No comments written yet.

Please login to write comment.