Color Hex Logo

#f287bd Color Hex

#F287BD
(242,135,189)
0 Favorites   0 Comments

Color spaces of #f287bd

RGB 242135189
HSL0.920.800.74
HSV330°44°95°
CMYK 0.000.440.22   0.05
XYZ54.467239.879352.9709
Yxy39.87930.36970.2707
Hunter Lab63.150143.4444-5.5280
CIE-Lab69.383547.2744-10.0848

#f287bd color RGB value is (242,135,189).

#f287bd hex color red value is 242, green value is 135 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f287bd hue: 0.92 , saturation: 0.80 and the lightness value of f287bd is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10000111 10111101
Octal 362 207 275
Decimal 242 135 189
Hex F2 87 BD

RGB Percentages of Color #f287bd

%42.76
%23.85
%33.39

CMYK Percentages of Color #f287bd

%0
%44
%22
%5

Triadic Colors of #f287bd

#f287bd #bdf287 #87bdf2

Analogous Colors of #f287bd

#f287bd #f28788 #f287f2

Monochromatic Colors of #f287bd

#f287bd

Complementary Color

#f287bd #87f2bc

#f287bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f287bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f287bd Color CSS Codes

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

#f287bd Text Font Color

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

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


#f287bd Background Color

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

This div background color is #f287bd


#f287bd Border Color

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

This div border color is #f287bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f287bd


Comments

No comments written yet.

Please login to write comment.