Color Hex Logo

#f061bd Color Hex

#F061BD
(240,97,189)
0 Favorites   0 Comments

Color spaces of #f061bd

RGB 24097189
HSL0.890.830.66
HSV321°60°94°
CMYK 0.000.600.21   0.06
XYZ49.395230.748851.4758
Yxy30.74880.37530.2336
Hunter Lab55.451661.9640-16.2229
CIE-Lab62.295064.5148-20.8123

#f061bd color RGB value is (240,97,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01100001 10111101
Octal 360 141 275
Decimal 240 97 189
Hex F0 61 BD

RGB Percentages of Color #f061bd

%45.63
%18.44
%35.93

CMYK Percentages of Color #f061bd

%0
%60
%21
%6

Triadic Colors of #f061bd

#f061bd #bdf061 #61bdf0

Analogous Colors of #f061bd

#f061bd #f06176 #dc61f0

Monochromatic Colors of #f061bd

#f061bd

Complementary Color

#f061bd #61f094

#f061bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f061bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f061bd Color CSS Codes

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

#f061bd Text Font Color

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

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


#f061bd Background Color

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

This div background color is #f061bd


#f061bd Border Color

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

This div border color is #f061bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f061bd


Comments

No comments written yet.

Please login to write comment.