Color Hex Logo

#f041eb Color Hex

#F041EB
(240,65,235)
0 Favorites   0 Comments

Color spaces of #f041eb

RGB 24065235
HSL0.840.850.60
HSV302°73°94°
CMYK 0.000.730.02   0.06
XYZ52.820928.304081.2765
Yxy28.30400.32520.1743
Hunter Lab53.201584.1204-53.3369
CIE-Lab60.162482.7933-50.1110

#f041eb color RGB value is (240,65,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000001 11101011
Octal 360 101 353
Decimal 240 65 235
Hex F0 41 EB

RGB Percentages of Color #f041eb

%44.44
%12.04
%43.52

CMYK Percentages of Color #f041eb

%0
%73
%2
%6

Triadic Colors of #f041eb

#f041eb #ebf041 #41ebf0

Analogous Colors of #f041eb

#f041eb #f04194 #9e41f0

Monochromatic Colors of #f041eb

#f041eb

Complementary Color

#f041eb #41f046

#f041eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f041eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f041eb Color CSS Codes

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

#f041eb Text Font Color

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

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


#f041eb Background Color

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

This div background color is #f041eb


#f041eb Border Color

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

This div border color is #f041eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f041eb


Comments

No comments written yet.

Please login to write comment.