Color Hex Logo

#f497bd Color Hex

#F497BD
(244,151,189)
0 Favorites   0 Comments

Color spaces of #f497bd

RGB 244151189
HSL0.930.810.77
HSV335°38°96°
CMYK 0.000.380.23   0.04
XYZ57.560145.040453.8040
Yxy45.04040.36800.2880
Hunter Lab67.112135.6479-0.5545
CIE-Lab72.918539.7540-4.8103

#f497bd color RGB value is (244,151,189).

#f497bd hex color red value is 244, green value is 151 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f497bd hue: 0.93 , saturation: 0.81 and the lightness value of f497bd is 0.77.

The process color (four color CMYK) of #f497bd color hex is 0.00, 0.38, 0.23, 0.04. Web safe color of #f497bd is #ff99cc. Color #f497bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10010111 10111101
Octal 364 227 275
Decimal 244 151 189
Hex F4 97 BD

RGB Percentages of Color #f497bd

%41.78
%25.86
%32.36

CMYK Percentages of Color #f497bd

%0
%38
%23
%4

Triadic Colors of #f497bd

#f497bd #bdf497 #97bdf4

Analogous Colors of #f497bd

#f497bd #f4a097 #f497ec

Monochromatic Colors of #f497bd

#f497bd

Complementary Color

#f497bd #97f4ce

#f497bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f497bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f497bd Color CSS Codes

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

#f497bd Text Font Color

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

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


#f497bd Background Color

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

This div background color is #f497bd


#f497bd Border Color

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

This div border color is #f497bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f497bd


Comments

No comments written yet.

Please login to write comment.