Color Hex Logo

#f50cea Color Hex

#F50CEA
(245,12,234)
0 Favorites   0 Comments

Color spaces of #f50cea

RGB 24512234
HSL0.840.920.50
HSV303°95°96°
CMYK 0.000.950.04   0.04
XYZ52.638925.615980.0119
Yxy25.61590.33260.1619
Hunter Lab50.612297.0767-58.3021
CIE-Lab57.670793.0609-53.4612

#f50cea color RGB value is (245,12,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00001100 11101010
Octal 365 14 352
Decimal 245 12 234
Hex F5 C EA

RGB Percentages of Color #f50cea

%49.90
%2.44
%47.66

CMYK Percentages of Color #f50cea

%0
%95
%4
%4

Triadic Colors of #f50cea

#f50cea #eaf50c #0ceaf5

Analogous Colors of #f50cea

#f50cea #f50c76 #8c0cf5

Monochromatic Colors of #f50cea

#f50cea

Complementary Color

#f50cea #0cf517

#f50cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f50cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f50cea Color CSS Codes

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

#f50cea Text Font Color

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

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


#f50cea Background Color

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

This div background color is #f50cea


#f50cea Border Color

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

This div border color is #f50cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f50cea


Comments

No comments written yet.

Please login to write comment.