Color Hex Logo

#f391bd Color Hex

#F391BD
(243,145,189)
0 Favorites   0 Comments

Color spaces of #f391bd

RGB 243145189
HSL0.930.800.76
HSV333°40°95°
CMYK 0.000.400.22   0.05
XYZ56.272942.979653.4741
Yxy42.97960.36850.2814
Hunter Lab65.558838.4888-2.4697
CIE-Lab71.541142.5138-6.8613

#f391bd color RGB value is (243,145,189).

#f391bd hex color red value is 243, green value is 145 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f391bd hue: 0.93 , saturation: 0.80 and the lightness value of f391bd is 0.76.

The process color (four color CMYK) of #f391bd color hex is 0.00, 0.40, 0.22, 0.05. Web safe color of #f391bd is #ff99cc. Color #f391bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10010001 10111101
Octal 363 221 275
Decimal 243 145 189
Hex F3 91 BD

RGB Percentages of Color #f391bd

%42.11
%25.13
%32.76

CMYK Percentages of Color #f391bd

%0
%40
%22
%5

Triadic Colors of #f391bd

#f391bd #bdf391 #91bdf3

Analogous Colors of #f391bd

#f391bd #f39691 #f391ee

Monochromatic Colors of #f391bd

#f391bd

Complementary Color

#f391bd #91f3c7

#f391bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f391bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f391bd Color CSS Codes

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

#f391bd Text Font Color

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

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


#f391bd Background Color

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

This div background color is #f391bd


#f391bd Border Color

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

This div border color is #f391bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f391bd

#f391bd Color Palettes


Comments

No comments written yet.

Please login to write comment.