Color Hex Logo

#f12ecb Color Hex

#F12ECB
(241,46,203)
0 Favorites   0 Comments

Color spaces of #f12ecb

RGB 24146203
HSL0.870.870.56
HSV312°81°95°
CMYK 0.000.810.16   0.05
XYZ48.032124.966658.7874
Yxy24.96660.36450.1894
Hunter Lab49.966684.1477-34.7801
CIE-Lab57.042983.4210-36.9204

#f12ecb color RGB value is (241,46,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00101110 11001011
Octal 361 56 313
Decimal 241 46 203
Hex F1 2E CB

RGB Percentages of Color #f12ecb

%49.18
%9.39
%41.43

CMYK Percentages of Color #f12ecb

%0
%81
%16
%5

Triadic Colors of #f12ecb

#f12ecb #cbf12e #2ecbf1

Analogous Colors of #f12ecb

#f12ecb #f12e6a #b62ef1

Monochromatic Colors of #f12ecb

#f12ecb

Complementary Color

#f12ecb #2ef154

#f12ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f12ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f12ecb Color CSS Codes

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

#f12ecb Text Font Color

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

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


#f12ecb Background Color

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

This div background color is #f12ecb


#f12ecb Border Color

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

This div border color is #f12ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f12ecb


Comments

No comments written yet.

Please login to write comment.