Color Hex Logo

#f03eeb Color Hex

#F03EEB
(240,62,235)
0 Favorites   0 Comments

Color spaces of #f03eeb

RGB 24062235
HSL0.840.860.59
HSV302°74°94°
CMYK 0.000.740.02   0.06
XYZ52.653227.968781.2206
Yxy27.96870.32530.1728
Hunter Lab52.885485.1666-54.0368
CIE-Lab59.860583.6593-50.5900

#f03eeb color RGB value is (240,62,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00111110 11101011
Octal 360 76 353
Decimal 240 62 235
Hex F0 3E EB

RGB Percentages of Color #f03eeb

%44.69
%11.55
%43.76

CMYK Percentages of Color #f03eeb

%0
%74
%2
%6

Triadic Colors of #f03eeb

#f03eeb #ebf03e #3eebf0

Analogous Colors of #f03eeb

#f03eeb #f03e92 #9c3ef0

Monochromatic Colors of #f03eeb

#f03eeb

Complementary Color

#f03eeb #3ef043

#f03eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f03eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f03eeb Color CSS Codes

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

#f03eeb Text Font Color

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

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


#f03eeb Background Color

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

This div background color is #f03eeb


#f03eeb Border Color

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

This div border color is #f03eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f03eeb


Comments

No comments written yet.

Please login to write comment.