Color Hex Logo

#f077bd Color Hex

#F077BD
(240,119,189)
0 Favorites   0 Comments

Color spaces of #f077bd

RGB 240119189
HSL0.900.800.70
HSV325°50°94°
CMYK 0.000.500.21   0.06
XYZ51.717335.393052.2499
Yxy35.39300.37110.2540
Hunter Lab59.492051.0617-10.4281
CIE-Lab66.053554.5175-15.1092

#f077bd color RGB value is (240,119,189).

#f077bd hex color red value is 240, green value is 119 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f077bd hue: 0.90 , saturation: 0.80 and the lightness value of f077bd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110111 10111101
Octal 360 167 275
Decimal 240 119 189
Hex F0 77 BD

RGB Percentages of Color #f077bd

%43.80
%21.72
%34.49

CMYK Percentages of Color #f077bd

%0
%50
%21
%6

Triadic Colors of #f077bd

#f077bd #bdf077 #77bdf0

Analogous Colors of #f077bd

#f077bd #f07781 #e777f0

Monochromatic Colors of #f077bd

#f077bd

Complementary Color

#f077bd #77f0aa

#f077bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f077bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f077bd Color CSS Codes

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

#f077bd Text Font Color

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

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


#f077bd Background Color

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

This div background color is #f077bd


#f077bd Border Color

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

This div border color is #f077bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f077bd


Comments

No comments written yet.

Please login to write comment.