Color Hex Logo

#f08699 Color Hex

#F08699
(240,134,153)
0 Favorites   0 Comments

Color spaces of #f08699

RGB 240134153
HSL0.970.780.73
HSV349°44°94°
CMYK 0.000.440.36   0.06
XYZ50.210037.875434.8013
Yxy37.87540.40860.3082
Hunter Lab61.543037.92949.5528
CIE-Lab67.928742.43007.9606

#f08699 color RGB value is (240,134,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000110 10011001
Octal 360 206 231
Decimal 240 134 153
Hex F0 86 99

RGB Percentages of Color #f08699

%45.54
%25.43
%29.03

CMYK Percentages of Color #f08699

%0
%44
%36
%6

Triadic Colors of #f08699

#f08699 #99f086 #8699f0

Analogous Colors of #f08699

#f08699 #f0a886 #f086ce

Monochromatic Colors of #f08699

#f08699

Complementary Color

#f08699 #86f0dd

#f08699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f08699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f08699 Color CSS Codes

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

#f08699 Text Font Color

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

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


#f08699 Background Color

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

This div background color is #f08699


#f08699 Border Color

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

This div border color is #f08699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f08699


Comments

No comments written yet.

Please login to write comment.