Color Hex Logo

#f12cae Color Hex

#F12CAE
(241,44,174)
0 Favorites   0 Comments

Color spaces of #f12cae

RGB 24144174
HSL0.890.880.56
HSV320°82°95°
CMYK 0.000.820.28   0.05
XYZ44.816323.558142.2295
Yxy23.55810.40520.2130
Hunter Lab48.536779.8786-17.6098
CIE-Lab55.642680.3625-22.3312

#f12cae color RGB value is (241,44,174).

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

The process color (four color CMYK) of #f12cae color hex is 0.00, 0.82, 0.28, 0.05. Web safe color of #f12cae is #ff3399. Color #f12cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00101100 10101110
Octal 361 54 256
Decimal 241 44 174
Hex F1 2C AE

RGB Percentages of Color #f12cae

%52.51
%9.59
%37.91

CMYK Percentages of Color #f12cae

%0
%82
%28
%5

Triadic Colors of #f12cae

#f12cae #aef12c #2caef1

Analogous Colors of #f12cae

#f12cae #f12c4b #d22cf1

Monochromatic Colors of #f12cae

#f12cae

Complementary Color

#f12cae #2cf16f

#f12cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f12cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f12cae Color CSS Codes

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

#f12cae Text Font Color

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

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


#f12cae Background Color

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

This div background color is #f12cae


#f12cae Border Color

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

This div border color is #f12cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f12cae


Comments

No comments written yet.

Please login to write comment.