Color Hex Logo

#f03eef Color Hex

#F03EEF
(240,62,239)
0 Favorites   0 Comments

Color spaces of #f03eef

RGB 24062239
HSL0.830.860.59
HSV300°74°94°
CMYK 0.000.740.00   0.06
XYZ53.237828.202584.2990
Yxy28.20250.32120.1702
Hunter Lab53.106086.0074-56.9410
CIE-Lab60.071284.2649-52.4898

#f03eef color RGB value is (240,62,239).

#f03eef hex color red value is 240, green value is 62 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f03eef hue: 0.83 , saturation: 0.86 and the lightness value of f03eef is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00111110 11101111
Octal 360 76 357
Decimal 240 62 239
Hex F0 3E EF

RGB Percentages of Color #f03eef

%44.36
%11.46
%44.18

CMYK Percentages of Color #f03eef

%0
%74
%0
%6

Triadic Colors of #f03eef

#f03eef #eff03e #3eeff0

Analogous Colors of #f03eef

#f03eef #f03e96 #983ef0

Monochromatic Colors of #f03eef

#f03eef

Complementary Color

#f03eef #3ef03f

#f03eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f03eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f03eef Color CSS Codes

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

#f03eef Text Font Color

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

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


#f03eef Background Color

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

This div background color is #f03eef


#f03eef Border Color

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

This div border color is #f03eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f03eef


Comments

No comments written yet.

Please login to write comment.