Color Hex Logo

#f08689 Color Hex

#F08689
(240,134,137)
0 Favorites   0 Comments

Color spaces of #f08689

RGB 240134137
HSL1.000.780.73
HSV358°44°94°
CMYK 0.000.440.43   0.06
XYZ48.975637.381628.3010
Yxy37.38160.42710.3260
Hunter Lab61.140535.988715.3539
CIE-Lab67.562340.669216.4358

#f08689 color RGB value is (240,134,137).

#f08689 hex color red value is 240, green value is 134 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #f08689 hue: 1.00 , saturation: 0.78 and the lightness value of f08689 is 0.73.

The process color (four color CMYK) of #f08689 color hex is 0.00, 0.44, 0.43, 0.06. Web safe color of #f08689 is #ff9999. Color #f08689 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000110 10001001
Octal 360 206 211
Decimal 240 134 137
Hex F0 86 89

RGB Percentages of Color #f08689

%46.97
%26.22
%26.81

CMYK Percentages of Color #f08689

%0
%44
%43
%6

Triadic Colors of #f08689

#f08689 #89f086 #8689f0

Analogous Colors of #f08689

#f08689 #f0b886 #f086be

Monochromatic Colors of #f08689

#f08689

Complementary Color

#f08689 #86f0ed

#f08689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f08689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f08689 Color CSS Codes

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

#f08689 Text Font Color

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

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


#f08689 Background Color

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

This div background color is #f08689


#f08689 Border Color

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

This div border color is #f08689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f08689


Comments

No comments written yet.

Please login to write comment.