Color Hex Logo

#f055bd Color Hex

#F055BD
(240,85,189)
0 Favorites   0 Comments

Color spaces of #f055bd

RGB 24085189
HSL0.890.840.64
HSV320°65°94°
CMYK 0.000.650.21   0.06
XYZ48.369028.696451.1337
Yxy28.69640.37730.2238
Hunter Lab53.569067.4270-19.0963
CIE-Lab60.512769.3936-23.5392

#f055bd color RGB value is (240,85,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010101 10111101
Octal 360 125 275
Decimal 240 85 189
Hex F0 55 BD

RGB Percentages of Color #f055bd

%46.69
%16.54
%36.77

CMYK Percentages of Color #f055bd

%0
%65
%21
%6

Triadic Colors of #f055bd

#f055bd #bdf055 #55bdf0

Analogous Colors of #f055bd

#f055bd #f05570 #d655f0

Monochromatic Colors of #f055bd

#f055bd

Complementary Color

#f055bd #55f088

#f055bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f055bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f055bd Color CSS Codes

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

#f055bd Text Font Color

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

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


#f055bd Background Color

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

This div background color is #f055bd


#f055bd Border Color

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

This div border color is #f055bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f055bd


Comments

No comments written yet.

Please login to write comment.