Color Hex Logo

#f50bed Color Hex

#F50BED
(245,11,237)
0 Favorites   0 Comments

Color spaces of #f50bed

RGB 24511237
HSL0.840.920.50
HSV302°96°96°
CMYK 0.000.960.03   0.04
XYZ53.061925.766282.2975
Yxy25.76620.32930.1599
Hunter Lab50.760497.7625-60.5942
CIE-Lab57.814593.5380-54.9157

#f50bed color RGB value is (245,11,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00001011 11101101
Octal 365 13 355
Decimal 245 11 237
Hex F5 B ED

RGB Percentages of Color #f50bed

%49.70
%2.23
%48.07

CMYK Percentages of Color #f50bed

%0
%96
%3
%4

Triadic Colors of #f50bed

#f50bed #edf50b #0bedf5

Analogous Colors of #f50bed

#f50bed #f50b78 #880bf5

Monochromatic Colors of #f50bed

#f50bed

Complementary Color

#f50bed #0bf513

#f50bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f50bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f50bed Color CSS Codes

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

#f50bed Text Font Color

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

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


#f50bed Background Color

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

This div background color is #f50bed


#f50bed Border Color

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

This div border color is #f50bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f50bed


Comments

No comments written yet.

Please login to write comment.