Color Hex Logo

#f04deb Color Hex

#F04DEB
(240,77,235)
0 Favorites   0 Comments

Color spaces of #f04deb

RGB 24077235
HSL0.840.840.62
HSV302°68°94°
CMYK 0.000.680.02   0.06
XYZ53.584529.831281.5310
Yxy29.83120.32490.1809
Hunter Lab54.617979.5411-50.2727
CIE-Lab61.508378.9634-47.9797

#f04deb color RGB value is (240,77,235).

#f04deb hex color red value is 240, green value is 77 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f04deb hue: 0.84 , saturation: 0.84 and the lightness value of f04deb is 0.62.

The process color (four color CMYK) of #f04deb color hex is 0.00, 0.68, 0.02, 0.06. Web safe color of #f04deb is #ff66ff. Color #f04deb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001101 11101011
Octal 360 115 353
Decimal 240 77 235
Hex F0 4D EB

RGB Percentages of Color #f04deb

%43.48
%13.95
%42.57

CMYK Percentages of Color #f04deb

%0
%68
%2
%6

Triadic Colors of #f04deb

#f04deb #ebf04d #4debf0

Analogous Colors of #f04deb

#f04deb #f04d9a #a44df0

Monochromatic Colors of #f04deb

#f04deb

Complementary Color

#f04deb #4df052

#f04deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04deb Color CSS Codes

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

#f04deb Text Font Color

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

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


#f04deb Background Color

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

This div background color is #f04deb


#f04deb Border Color

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

This div border color is #f04deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04deb


Comments

No comments written yet.

Please login to write comment.