Color Hex Logo

#f080be Color Hex

#F080BE
(240,128,190)
0 Favorites   0 Comments

Color spaces of #f080be

RGB 240128190
HSL0.910.790.72
HSV327°47°94°
CMYK 0.000.470.21   0.06
XYZ52.948637.681353.1977
Yxy37.68130.36810.2620
Hunter Lab61.385146.5438-8.4125
CIE-Lab67.785150.2680-13.0649

#f080be color RGB value is (240,128,190).

#f080be hex color red value is 240, green value is 128 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f080be hue: 0.91 , saturation: 0.79 and the lightness value of f080be is 0.72.

The process color (four color CMYK) of #f080be color hex is 0.00, 0.47, 0.21, 0.06. Web safe color of #f080be is #ff99cc. Color #f080be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000000 10111110
Octal 360 200 276
Decimal 240 128 190
Hex F0 80 BE

RGB Percentages of Color #f080be

%43.01
%22.94
%34.05

CMYK Percentages of Color #f080be

%0
%47
%21
%6

Triadic Colors of #f080be

#f080be #bef080 #80bef0

Analogous Colors of #f080be

#f080be #f08086 #ea80f0

Monochromatic Colors of #f080be

#f080be

Complementary Color

#f080be #80f0b2

#f080be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f080be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f080be Color CSS Codes

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

#f080be Text Font Color

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

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


#f080be Background Color

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

This div background color is #f080be


#f080be Border Color

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

This div border color is #f080be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,128,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 #f080be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f080be


Comments

No comments written yet.

Please login to write comment.