Color Hex Logo

#f12eca Color Hex

#F12ECA
(241,46,202)
0 Favorites   0 Comments

Color spaces of #f12eca

RGB 24146202
HSL0.870.870.56
HSV312°81°95°
CMYK 0.000.810.16   0.05
XYZ47.913324.919058.1617
Yxy24.91900.36580.1902
Hunter Lab49.918983.9701-34.1369
CIE-Lab56.996483.2926-36.4206

#f12eca color RGB value is (241,46,202).

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

The process color (four color CMYK) of #f12eca color hex is 0.00, 0.81, 0.16, 0.05. Web safe color of #f12eca is #ff33cc. Color #f12eca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00101110 11001010
Octal 361 56 312
Decimal 241 46 202
Hex F1 2E CA

RGB Percentages of Color #f12eca

%49.28
%9.41
%41.31

CMYK Percentages of Color #f12eca

%0
%81
%16
%5

Triadic Colors of #f12eca

#f12eca #caf12e #2ecaf1

Analogous Colors of #f12eca

#f12eca #f12e69 #b72ef1

Monochromatic Colors of #f12eca

#f12eca

Complementary Color

#f12eca #2ef155

#f12eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f12eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f12eca Color CSS Codes

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

#f12eca Text Font Color

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

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


#f12eca Background Color

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

This div background color is #f12eca


#f12eca Border Color

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

This div border color is #f12eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f12eca


Comments

No comments written yet.

Please login to write comment.