Color Hex Logo

#f002ef Color Hex

#F002EF
(240,2,239)
0 Favorites   0 Comments

Color spaces of #f002ef

RGB 2402239
HSL0.830.980.47
HSV300°99°94°
CMYK 0.000.990.00   0.06
XYZ51.536924.800783.7321
Yxy24.80070.32200.1549
Hunter Lab49.800397.5740-64.8275
CIE-Lab56.880793.5802-57.5781

#f002ef color RGB value is (240,2,239).

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

The process color (four color CMYK) of #f002ef color hex is 0.00, 0.99, 0.00, 0.06. Web safe color of #f002ef is #ff00ff. Color #f002ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000010 11101111
Octal 360 2 357
Decimal 240 2 239
Hex F0 2 EF

RGB Percentages of Color #f002ef

%49.90
%0.42
%49.69

CMYK Percentages of Color #f002ef

%0
%99
%0
%6

Triadic Colors of #f002ef

#f002ef #eff002 #02eff0

Analogous Colors of #f002ef

#f002ef #f00278 #7a02f0

Monochromatic Colors of #f002ef

#f002ef

Complementary Color

#f002ef #02f003

#f002ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f002ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f002ef Color CSS Codes

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

#f002ef Text Font Color

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

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


#f002ef Background Color

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

This div background color is #f002ef


#f002ef Border Color

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

This div border color is #f002ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f002ef


Comments

No comments written yet.

Please login to write comment.