Color Hex Logo

#f654bd Color Hex

#F654BD
(246,84,189)
0 Favorites   0 Comments

Color spaces of #f654bd

RGB 24684189
HSL0.890.900.65
HSV321°66°96°
CMYK 0.000.660.23   0.04
XYZ50.361729.607651.2046
Yxy29.60760.38390.2257
Hunter Lab54.412969.9877-17.7052
CIE-Lab61.314271.3475-22.2293

#f654bd color RGB value is (246,84,189).

#f654bd hex color red value is 246, green value is 84 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f654bd hue: 0.89 , saturation: 0.90 and the lightness value of f654bd is 0.65.

The process color (four color CMYK) of #f654bd color hex is 0.00, 0.66, 0.23, 0.04. Web safe color of #f654bd is #ff66cc. Color #f654bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010100 10111101
Octal 366 124 275
Decimal 246 84 189
Hex F6 54 BD

RGB Percentages of Color #f654bd

%47.40
%16.18
%36.42

CMYK Percentages of Color #f654bd

%0
%66
%23
%4

Triadic Colors of #f654bd

#f654bd #bdf654 #54bdf6

Analogous Colors of #f654bd

#f654bd #f6546c #de54f6

Monochromatic Colors of #f654bd

#f654bd

Complementary Color

#f654bd #54f68d

#f654bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f654bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f654bd Color CSS Codes

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

#f654bd Text Font Color

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

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


#f654bd Background Color

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

This div background color is #f654bd


#f654bd Border Color

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

This div border color is #f654bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f654bd


Comments

No comments written yet.

Please login to write comment.