Color Hex Logo

#f042ee Color Hex

#F042EE
(240,66,238)
0 Favorites   0 Comments

Color spaces of #f042ee

RGB 24066238
HSL0.840.850.60
HSV301°73°94°
CMYK 0.000.730.01   0.06
XYZ53.316028.594783.5982
Yxy28.59470.32210.1728
Hunter Lab53.474084.3930-55.2588
CIE-Lab60.422382.9536-51.3743

#f042ee color RGB value is (240,66,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000010 11101110
Octal 360 102 356
Decimal 240 66 238
Hex F0 42 EE

RGB Percentages of Color #f042ee

%44.12
%12.13
%43.75

CMYK Percentages of Color #f042ee

%0
%73
%1
%6

Triadic Colors of #f042ee

#f042ee #eef042 #42eef0

Analogous Colors of #f042ee

#f042ee #f04297 #9b42f0

Monochromatic Colors of #f042ee

#f042ee

Complementary Color

#f042ee #42f044

#f042ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f042ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f042ee Color CSS Codes

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

#f042ee Text Font Color

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

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


#f042ee Background Color

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

This div background color is #f042ee


#f042ee Border Color

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

This div border color is #f042ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f042ee


Comments

No comments written yet.

Please login to write comment.