Color Hex Logo

#f50cac Color Hex

#F50CAC
(245,12,172)
0 Favorites   0 Comments

Color spaces of #f50cac

RGB 24512172
HSL0.890.920.50
HSV319°95°96°
CMYK 0.000.950.30   0.04
XYZ45.234122.654041.0183
Yxy22.65400.41530.2080
Hunter Lab47.596286.3480-17.7786
CIE-Lab54.714185.5701-22.5241

#f50cac color RGB value is (245,12,172).

#f50cac hex color red value is 245, green value is 12 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f50cac hue: 0.89 , saturation: 0.92 and the lightness value of f50cac is 0.50.

The process color (four color CMYK) of #f50cac color hex is 0.00, 0.95, 0.30, 0.04. Web safe color of #f50cac is #ff0099. Color #f50cac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00001100 10101100
Octal 365 14 254
Decimal 245 12 172
Hex F5 C AC

RGB Percentages of Color #f50cac

%57.11
%2.80
%40.09

CMYK Percentages of Color #f50cac

%0
%95
%30
%4

Triadic Colors of #f50cac

#f50cac #acf50c #0cacf5

Analogous Colors of #f50cac

#f50cac #f50c37 #ca0cf5

Monochromatic Colors of #f50cac

#f50cac

Complementary Color

#f50cac #0cf555

#f50cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f50cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f50cac Color CSS Codes

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

#f50cac Text Font Color

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

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


#f50cac Background Color

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

This div background color is #f50cac


#f50cac Border Color

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

This div border color is #f50cac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,12,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f50cac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f50cac;
  -webkit-box-shadow: 1px 1px 3px 2px #f50cac;
  box-shadow:         1px 1px 3px 2px #f50cac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,12,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f50cac


Comments

No comments written yet.

Please login to write comment.