Color Hex Logo

#f00dee Color Hex

#F00DEE
(240,13,238)
0 Favorites   0 Comments

Color spaces of #f00dee

RGB 24013238
HSL0.830.900.50
HSV301°95°94°
CMYK 0.000.950.01   0.06
XYZ51.511724.986282.9968
Yxy24.98620.32300.1567
Hunter Lab49.986296.4717-63.4544
CIE-Lab57.062092.7324-56.7277

#f00dee color RGB value is (240,13,238).

#f00dee hex color red value is 240, green value is 13 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f00dee hue: 0.83 , saturation: 0.90 and the lightness value of f00dee is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00001101 11101110
Octal 360 15 356
Decimal 240 13 238
Hex F0 D EE

RGB Percentages of Color #f00dee

%48.88
%2.65
%48.47

CMYK Percentages of Color #f00dee

%0
%95
%1
%6

Triadic Colors of #f00dee

#f00dee #eef00d #0deef0

Analogous Colors of #f00dee

#f00dee #f00d7d #810df0

Monochromatic Colors of #f00dee

#f00dee

Complementary Color

#f00dee #0df00f

#f00dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f00dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f00dee Color CSS Codes

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

#f00dee Text Font Color

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

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


#f00dee Background Color

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

This div background color is #f00dee


#f00dee Border Color

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

This div border color is #f00dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f00dee


Comments

No comments written yet.

Please login to write comment.