Color Hex Logo

#f456bd Color Hex

#F456BD
(244,86,189)
0 Favorites   0 Comments

Color spaces of #f456bd

RGB 24486189
HSL0.890.880.65
HSV321°65°96°
CMYK 0.000.650.23   0.04
XYZ49.821329.562851.2244
Yxy29.56280.38150.2263
Hunter Lab54.371768.4108-17.7978
CIE-Lab61.275170.0633-22.3166

#f456bd color RGB value is (244,86,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01010110 10111101
Octal 364 126 275
Decimal 244 86 189
Hex F4 56 BD

RGB Percentages of Color #f456bd

%47.01
%16.57
%36.42

CMYK Percentages of Color #f456bd

%0
%65
%23
%4

Triadic Colors of #f456bd

#f456bd #bdf456 #56bdf4

Analogous Colors of #f456bd

#f456bd #f4566e #dc56f4

Monochromatic Colors of #f456bd

#f456bd

Complementary Color

#f456bd #56f48d

#f456bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f456bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f456bd Color CSS Codes

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

#f456bd Text Font Color

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

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


#f456bd Background Color

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

This div background color is #f456bd


#f456bd Border Color

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

This div border color is #f456bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f456bd


Comments

No comments written yet.

Please login to write comment.