Color Hex Logo

#f000ea Color Hex

#F000EA
(240,0,234)
0 Favorites   0 Comments

Color spaces of #f000ea

RGB 2400234
HSL0.841.000.47
HSV302°100°94°
CMYK 0.001.000.03   0.06
XYZ50.786524.465879.8875
Yxy24.46580.32740.1577
Hunter Lab49.462996.7164-61.1352
CIE-Lab56.551293.0121-55.2978

#f000ea color RGB value is (240,0,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000000 11101010
Octal 360 0 352
Decimal 240 0 234
Hex F0 0 EA

RGB Percentages of Color #f000ea

%50.63
%0.00
%49.37

CMYK Percentages of Color #f000ea

%0
%100
%3
%6

Triadic Colors of #f000ea

#f000ea #eaf000 #00eaf0

Analogous Colors of #f000ea

#f000ea #f00072 #7e00f0

Monochromatic Colors of #f000ea

#f000ea

Complementary Color

#f000ea #00f006

#f000ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f000ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f000ea Color CSS Codes

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

#f000ea Text Font Color

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

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


#f000ea Background Color

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

This div background color is #f000ea


#f000ea Border Color

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

This div border color is #f000ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f000ea


Comments

No comments written yet.

Please login to write comment.