Color Hex Logo

#f12eed Color Hex

#F12EED
(241,46,237)
0 Favorites   0 Comments

Color spaces of #f12eed

RGB 24146237
HSL0.840.870.56
HSV301°81°95°
CMYK 0.000.810.02   0.05
XYZ52.538726.769282.5186
Yxy26.76920.32470.1654
Hunter Lab51.739090.7159-58.3445
CIE-Lab58.760188.1044-53.4483

#f12eed color RGB value is (241,46,237).

#f12eed hex color red value is 241, green value is 46 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f12eed hue: 0.84 , saturation: 0.87 and the lightness value of f12eed is 0.56.

The process color (four color CMYK) of #f12eed color hex is 0.00, 0.81, 0.02, 0.05. Web safe color of #f12eed is #ff33ff. Color #f12eed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00101110 11101101
Octal 361 56 355
Decimal 241 46 237
Hex F1 2E ED

RGB Percentages of Color #f12eed

%45.99
%8.78
%45.23

CMYK Percentages of Color #f12eed

%0
%81
%2
%5

Triadic Colors of #f12eed

#f12eed #edf12e #2eedf1

Analogous Colors of #f12eed

#f12eed #f12e8c #942ef1

Monochromatic Colors of #f12eed

#f12eed

Complementary Color

#f12eed #2ef132

#f12eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f12eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f12eed Color CSS Codes

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

#f12eed Text Font Color

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

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


#f12eed Background Color

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

This div background color is #f12eed


#f12eed Border Color

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

This div border color is #f12eed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,46,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f12eed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f12eed;
  -webkit-box-shadow: 1px 1px 3px 2px #f12eed;
  box-shadow:         1px 1px 3px 2px #f12eed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,46,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f12eed


Comments

No comments written yet.

Please login to write comment.