Color Hex Logo

#f087ba Color Hex

#F087BA
(240,135,186)
0 Favorites   0 Comments

Color spaces of #f087ba

RGB 240135186
HSL0.920.780.74
HSV331°44°94°
CMYK 0.000.440.23   0.06
XYZ53.462139.398451.2413
Yxy39.39840.37100.2734
Hunter Lab62.768142.1912-4.4642
CIE-Lab69.038946.1893-8.9480

#f087ba color RGB value is (240,135,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000111 10111010
Octal 360 207 272
Decimal 240 135 186
Hex F0 87 BA

RGB Percentages of Color #f087ba

%42.78
%24.06
%33.16

CMYK Percentages of Color #f087ba

%0
%44
%23
%6

Triadic Colors of #f087ba

#f087ba #baf087 #87baf0

Analogous Colors of #f087ba

#f087ba #f08987 #f087ef

Monochromatic Colors of #f087ba

#f087ba

Complementary Color

#f087ba #87f0bd

#f087ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f087ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f087ba Color CSS Codes

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

#f087ba Text Font Color

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

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


#f087ba Background Color

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

This div background color is #f087ba


#f087ba Border Color

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

This div border color is #f087ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,135,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f087ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f087ba


Comments

No comments written yet.

Please login to write comment.