Color Hex Logo

#f01eed Color Hex

#F01EED
(240,30,237)
0 Favorites   0 Comments

Color spaces of #f01eed

RGB 24030237
HSL0.840.880.53
HSV301°88°94°
CMYK 0.000.880.01   0.06
XYZ51.685525.568282.3318
Yxy25.56820.32390.1602
Hunter Lab50.565093.9667-61.1426
CIE-Lab57.624990.7640-55.2678

#f01eed color RGB value is (240,30,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00011110 11101101
Octal 360 36 355
Decimal 240 30 237
Hex F0 1E ED

RGB Percentages of Color #f01eed

%47.34
%5.92
%46.75

CMYK Percentages of Color #f01eed

%0
%88
%1
%6

Triadic Colors of #f01eed

#f01eed #edf01e #1eedf0

Analogous Colors of #f01eed

#f01eed #f01e84 #8a1ef0

Monochromatic Colors of #f01eed

#f01eed

Complementary Color

#f01eed #1ef021

#f01eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f01eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f01eed Color CSS Codes

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

#f01eed Text Font Color

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

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


#f01eed Background Color

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

This div background color is #f01eed


#f01eed Border Color

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

This div border color is #f01eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f01eed


Comments

No comments written yet.

Please login to write comment.