Color Hex Logo

#f488bd Color Hex

#F488BD
(244,136,189)
0 Favorites   0 Comments

Color spaces of #f488bd

RGB 244136189
HSL0.920.830.75
HSV331°44°96°
CMYK 0.000.440.23   0.04
XYZ55.297740.515553.0499
Yxy40.51550.37150.2722
Hunter Lab63.651843.6818-4.8584
CIE-Lab69.835147.4278-9.3843

#f488bd color RGB value is (244,136,189).

#f488bd hex color red value is 244, green value is 136 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f488bd hue: 0.92 , saturation: 0.83 and the lightness value of f488bd is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001000 10111101
Octal 364 210 275
Decimal 244 136 189
Hex F4 88 BD

RGB Percentages of Color #f488bd

%42.88
%23.90
%33.22

CMYK Percentages of Color #f488bd

%0
%44
%23
%4

Triadic Colors of #f488bd

#f488bd #bdf488 #88bdf4

Analogous Colors of #f488bd

#f488bd #f48988 #f488f3

Monochromatic Colors of #f488bd

#f488bd

Complementary Color

#f488bd #88f4bf

#f488bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f488bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f488bd Color CSS Codes

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

#f488bd Text Font Color

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

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


#f488bd Background Color

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

This div background color is #f488bd


#f488bd Border Color

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

This div border color is #f488bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f488bd


Comments

No comments written yet.

Please login to write comment.