Color Hex Logo

#f01eee Color Hex

#F01EEE
(240,30,238)
0 Favorites   0 Comments

Color spaces of #f01eee

RGB 24030238
HSL0.830.880.53
HSV301°88°94°
CMYK 0.000.880.01   0.06
XYZ51.832125.626983.1035
Yxy25.62690.32280.1596
Hunter Lab50.623094.1730-61.8952
CIE-Lab57.681290.9068-55.7383

#f01eee color RGB value is (240,30,238).

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

The process color (four color CMYK) of #f01eee color hex is 0.00, 0.88, 0.01, 0.06. Web safe color of #f01eee is #ff33ff. Color #f01eee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00011110 11101110
Octal 360 36 356
Decimal 240 30 238
Hex F0 1E EE

RGB Percentages of Color #f01eee

%47.24
%5.91
%46.85

CMYK Percentages of Color #f01eee

%0
%88
%1
%6

Triadic Colors of #f01eee

#f01eee #eef01e #1eeef0

Analogous Colors of #f01eee

#f01eee #f01e85 #891ef0

Monochromatic Colors of #f01eee

#f01eee

Complementary Color

#f01eee #1ef020

#f01eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f01eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f01eee Color CSS Codes

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

#f01eee Text Font Color

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

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


#f01eee Background Color

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

This div background color is #f01eee


#f01eee Border Color

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

This div border color is #f01eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f01eee


Comments

No comments written yet.

Please login to write comment.