Color Hex Logo

#f12cba Color Hex

#F12CBA
(241,44,186)
0 Favorites   0 Comments

Color spaces of #f12cba

RGB 24144186
HSL0.880.880.56
HSV317°82°95°
CMYK 0.000.820.23   0.05
XYZ46.039224.047348.6694
Yxy24.04730.38770.2025
Hunter Lab49.038081.7675-24.5177
CIE-Lab56.135181.7476-28.5483

#f12cba color RGB value is (241,44,186).

#f12cba hex color red value is 241, green value is 44 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f12cba hue: 0.88 , saturation: 0.88 and the lightness value of f12cba is 0.56.

The process color (four color CMYK) of #f12cba color hex is 0.00, 0.82, 0.23, 0.05. Web safe color of #f12cba is #ff33cc. Color #f12cba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00101100 10111010
Octal 361 54 272
Decimal 241 44 186
Hex F1 2C BA

RGB Percentages of Color #f12cba

%51.17
%9.34
%39.49

CMYK Percentages of Color #f12cba

%0
%82
%23
%5

Triadic Colors of #f12cba

#f12cba #baf12c #2cbaf1

Analogous Colors of #f12cba

#f12cba #f12c57 #c62cf1

Monochromatic Colors of #f12cba

#f12cba

Complementary Color

#f12cba #2cf163

#f12cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f12cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f12cba Color CSS Codes

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

#f12cba Text Font Color

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

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


#f12cba Background Color

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

This div background color is #f12cba


#f12cba Border Color

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

This div border color is #f12cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f12cba


Comments

No comments written yet.

Please login to write comment.