Color Hex Logo

#f50cec Color Hex

#F50CEC
(245,12,236)
0 Favorites   0 Comments

Color spaces of #f50cec

RGB 24512236
HSL0.840.920.50
HSV302°95°96°
CMYK 0.000.950.04   0.04
XYZ52.928025.731681.5340
Yxy25.73160.33040.1606
Hunter Lab50.726397.4764-59.7902
CIE-Lab57.781493.3338-54.4076

#f50cec color RGB value is (245,12,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00001100 11101100
Octal 365 14 354
Decimal 245 12 236
Hex F5 C EC

RGB Percentages of Color #f50cec

%49.70
%2.43
%47.87

CMYK Percentages of Color #f50cec

%0
%95
%4
%4

Triadic Colors of #f50cec

#f50cec #ecf50c #0cecf5

Analogous Colors of #f50cec

#f50cec #f50c78 #8a0cf5

Monochromatic Colors of #f50cec

#f50cec

Complementary Color

#f50cec #0cf515

#f50cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f50cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f50cec Color CSS Codes

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

#f50cec Text Font Color

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

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


#f50cec Background Color

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

This div background color is #f50cec


#f50cec Border Color

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

This div border color is #f50cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f50cec


Comments

No comments written yet.

Please login to write comment.