Color Hex Logo

#f050be Color Hex

#F050BE
(240,80,190)
0 Favorites   0 Comments

Color spaces of #f050be

RGB 24080190
HSL0.890.840.63
HSV319°67°94°
CMYK 0.000.670.21   0.06
XYZ48.098127.980351.5809
Yxy27.98030.37680.2192
Hunter Lab52.896469.7393-20.7880
CIE-Lab59.870971.4134-25.0977

#f050be color RGB value is (240,80,190).

#f050be hex color red value is 240, green value is 80 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f050be hue: 0.89 , saturation: 0.84 and the lightness value of f050be is 0.63.

The process color (four color CMYK) of #f050be color hex is 0.00, 0.67, 0.21, 0.06. Web safe color of #f050be is #ff66cc. Color #f050be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010000 10111110
Octal 360 120 276
Decimal 240 80 190
Hex F0 50 BE

RGB Percentages of Color #f050be

%47.06
%15.69
%37.25

CMYK Percentages of Color #f050be

%0
%67
%21
%6

Triadic Colors of #f050be

#f050be #bef050 #50bef0

Analogous Colors of #f050be

#f050be #f0506e #d250f0

Monochromatic Colors of #f050be

#f050be

Complementary Color

#f050be #50f082

#f050be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f050be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f050be Color CSS Codes

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

#f050be Text Font Color

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

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


#f050be Background Color

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

This div background color is #f050be


#f050be Border Color

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

This div border color is #f050be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,80,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f050be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f050be;
  -webkit-box-shadow: 1px 1px 3px 2px #f050be;
  box-shadow:         1px 1px 3px 2px #f050be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,80,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f050be


Comments

No comments written yet.

Please login to write comment.