Color Hex Logo

#f50beb Color Hex

#F50BEB
(245,11,235)
0 Favorites   0 Comments

Color spaces of #f50beb

RGB 24511235
HSL0.840.920.50
HSV303°96°96°
CMYK 0.000.960.04   0.04
XYZ52.771325.650080.7668
Yxy25.65000.33150.1611
Hunter Lab50.645897.3610-59.0999
CIE-Lab57.703393.2640-53.9707

#f50beb color RGB value is (245,11,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00001011 11101011
Octal 365 13 353
Decimal 245 11 235
Hex F5 B EB

RGB Percentages of Color #f50beb

%49.90
%2.24
%47.86

CMYK Percentages of Color #f50beb

%0
%96
%4
%4

Triadic Colors of #f50beb

#f50beb #ebf50b #0bebf5

Analogous Colors of #f50beb

#f50beb #f50b76 #8a0bf5

Monochromatic Colors of #f50beb

#f50beb

Complementary Color

#f50beb #0bf515

#f50beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f50beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f50beb Color CSS Codes

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

#f50beb Text Font Color

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

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


#f50beb Background Color

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

This div background color is #f50beb


#f50beb Border Color

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

This div border color is #f50beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f50beb


Comments

No comments written yet.

Please login to write comment.