Color Hex Logo

#f009ea Color Hex

#F009EA
(240,9,234)
0 Favorites   0 Comments

Color spaces of #f009ea

RGB 2409234
HSL0.840.930.49
HSV302°96°94°
CMYK 0.000.960.03   0.06
XYZ50.884124.661279.9201
Yxy24.66120.32730.1586
Hunter Lab49.660095.9947-60.6560
CIE-Lab56.743892.4415-54.9902

#f009ea color RGB value is (240,9,234).

#f009ea hex color red value is 240, green value is 9 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f009ea hue: 0.84 , saturation: 0.93 and the lightness value of f009ea is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00001001 11101010
Octal 360 11 352
Decimal 240 9 234
Hex F0 9 EA

RGB Percentages of Color #f009ea

%49.69
%1.86
%48.45

CMYK Percentages of Color #f009ea

%0
%96
%3
%6

Triadic Colors of #f009ea

#f009ea #eaf009 #09eaf0

Analogous Colors of #f009ea

#f009ea #f00977 #8309f0

Monochromatic Colors of #f009ea

#f009ea

Complementary Color

#f009ea #09f00f

#f009ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f009ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f009ea Color CSS Codes

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

#f009ea Text Font Color

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

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


#f009ea Background Color

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

This div background color is #f009ea


#f009ea Border Color

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

This div border color is #f009ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f009ea


Comments

No comments written yet.

Please login to write comment.