Color Hex Logo

#f993bd Color Hex

#F993BD
(249,147,189)
0 Favorites   0 Comments

Color spaces of #f993bd

RGB 249147189
HSL0.930.890.78
HSV335°41°98°
CMYK 0.000.410.24   0.02
XYZ58.685944.681353.6754
Yxy44.68130.37370.2845
Hunter Lab66.844139.7373-0.8187
CIE-Lab72.681543.5155-5.0928

#f993bd color RGB value is (249,147,189).

#f993bd hex color red value is 249, green value is 147 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f993bd hue: 0.93 , saturation: 0.89 and the lightness value of f993bd is 0.78.

The process color (four color CMYK) of #f993bd color hex is 0.00, 0.41, 0.24, 0.02. Web safe color of #f993bd is #ff99cc. Color #f993bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010011 10111101
Octal 371 223 275
Decimal 249 147 189
Hex F9 93 BD

RGB Percentages of Color #f993bd

%42.56
%25.13
%32.31

CMYK Percentages of Color #f993bd

%0
%41
%24
%2

Triadic Colors of #f993bd

#f993bd #bdf993 #93bdf9

Analogous Colors of #f993bd

#f993bd #f99c93 #f993f0

Monochromatic Colors of #f993bd

#f993bd

Complementary Color

#f993bd #93f9cf

#f993bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f993bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f993bd Color CSS Codes

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

#f993bd Text Font Color

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

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


#f993bd Background Color

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

This div background color is #f993bd


#f993bd Border Color

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

This div border color is #f993bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f993bd


Comments

No comments written yet.

Please login to write comment.