Color Hex Logo

#f08caf Color Hex

#F08CAF
(240,140,175)
0 Favorites   0 Comments

Color spaces of #f08caf

RGB 240140175
HSL0.940.770.75
HSV339°42°94°
CMYK 0.000.420.27   0.06
XYZ53.051140.376645.5548
Yxy40.37660.38170.2905
Hunter Lab63.542637.82841.9738
CIE-Lab69.736942.1201-1.7627

#f08caf color RGB value is (240,140,175).

#f08caf hex color red value is 240, green value is 140 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f08caf hue: 0.94 , saturation: 0.77 and the lightness value of f08caf is 0.75.

The process color (four color CMYK) of #f08caf color hex is 0.00, 0.42, 0.27, 0.06. Web safe color of #f08caf is #ff9999. Color #f08caf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001100 10101111
Octal 360 214 257
Decimal 240 140 175
Hex F0 8C AF

RGB Percentages of Color #f08caf

%43.24
%25.23
%31.53

CMYK Percentages of Color #f08caf

%0
%42
%27
%6

Triadic Colors of #f08caf

#f08caf #aff08c #8caff0

Analogous Colors of #f08caf

#f08caf #f09b8c #f08ce1

Monochromatic Colors of #f08caf

#f08caf

Complementary Color

#f08caf #8cf0cd

#f08caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f08caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f08caf Color CSS Codes

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

#f08caf Text Font Color

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

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


#f08caf Background Color

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

This div background color is #f08caf


#f08caf Border Color

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

This div border color is #f08caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f08caf


Comments

No comments written yet.

Please login to write comment.