Color Hex Logo

#f044eb Color Hex

#F044EB
(240,68,235)
0 Favorites   0 Comments

Color spaces of #f044eb

RGB 24068235
HSL0.840.850.60
HSV302°72°94°
CMYK 0.000.720.02   0.06
XYZ52.997728.657781.3355
Yxy28.65770.32520.1758
Hunter Lab53.532983.0329-52.6096
CIE-Lab60.478381.8896-49.6102

#f044eb color RGB value is (240,68,235).

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

The process color (four color CMYK) of #f044eb color hex is 0.00, 0.72, 0.02, 0.06. Web safe color of #f044eb is #ff33ff. Color #f044eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000100 11101011
Octal 360 104 353
Decimal 240 68 235
Hex F0 44 EB

RGB Percentages of Color #f044eb

%44.20
%12.52
%43.28

CMYK Percentages of Color #f044eb

%0
%72
%2
%6

Triadic Colors of #f044eb

#f044eb #ebf044 #44ebf0

Analogous Colors of #f044eb

#f044eb #f04495 #9f44f0

Monochromatic Colors of #f044eb

#f044eb

Complementary Color

#f044eb #44f049

#f044eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f044eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f044eb Color CSS Codes

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

#f044eb Text Font Color

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

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


#f044eb Background Color

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

This div background color is #f044eb


#f044eb Border Color

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

This div border color is #f044eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f044eb


Comments

No comments written yet.

Please login to write comment.