Color Hex Logo

#f653bd Color Hex

#F653BD
(246,83,189)
0 Favorites   0 Comments

Color spaces of #f653bd

RGB 24683189
HSL0.890.900.65
HSV321°66°96°
CMYK 0.000.660.23   0.04
XYZ50.284629.453551.1789
Yxy29.45350.38410.2250
Hunter Lab54.271170.4139-17.9221
CIE-Lab61.179871.7201-22.4349

#f653bd color RGB value is (246,83,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010011 10111101
Octal 366 123 275
Decimal 246 83 189
Hex F6 53 BD

RGB Percentages of Color #f653bd

%47.49
%16.02
%36.49

CMYK Percentages of Color #f653bd

%0
%66
%23
%4

Triadic Colors of #f653bd

#f653bd #bdf653 #53bdf6

Analogous Colors of #f653bd

#f653bd #f6536c #de53f6

Monochromatic Colors of #f653bd

#f653bd

Complementary Color

#f653bd #53f68c

#f653bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f653bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f653bd Color CSS Codes

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

#f653bd Text Font Color

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

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


#f653bd Background Color

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

This div background color is #f653bd


#f653bd Border Color

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

This div border color is #f653bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f653bd


Comments

No comments written yet.

Please login to write comment.