Color Hex Logo

#f50dac Color Hex

#F50DAC
(245,13,172)
0 Favorites   0 Comments

Color spaces of #f50dac

RGB 24513172
HSL0.890.920.51
HSV319°95°96°
CMYK 0.000.950.30   0.04
XYZ45.246522.678941.0224
Yxy22.67890.41530.2082
Hunter Lab47.622486.2555-17.7374
CIE-Lab54.740085.4942-22.4842

#f50dac color RGB value is (245,13,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00001101 10101100
Octal 365 15 254
Decimal 245 13 172
Hex F5 D AC

RGB Percentages of Color #f50dac

%56.98
%3.02
%40.00

CMYK Percentages of Color #f50dac

%0
%95
%30
%4

Triadic Colors of #f50dac

#f50dac #acf50d #0dacf5

Analogous Colors of #f50dac

#f50dac #f50d38 #ca0df5

Monochromatic Colors of #f50dac

#f50dac

Complementary Color

#f50dac #0df556

#f50dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f50dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f50dac Color CSS Codes

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

#f50dac Text Font Color

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

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


#f50dac Background Color

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

This div background color is #f50dac


#f50dac Border Color

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

This div border color is #f50dac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,13,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 #f50dac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f50dac

Related Colors


Comments

No comments written yet.

Please login to write comment.