Color Hex Logo

#f093c7 Color Hex

#F093C7
(240,147,199)
0 Favorites   0 Comments

Color spaces of #f093c7

RGB 240147199
HSL0.910.760.76
HSV326°39°94°
CMYK 0.000.390.17   0.06
XYZ56.677743.516259.4451
Yxy43.51620.35500.2726
Hunter Lab65.966837.9226-7.2516
CIE-Lab71.903941.9543-11.9029

#f093c7 color RGB value is (240,147,199).

#f093c7 hex color red value is 240, green value is 147 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #f093c7 hue: 0.91 , saturation: 0.76 and the lightness value of f093c7 is 0.76.

The process color (four color CMYK) of #f093c7 color hex is 0.00, 0.39, 0.17, 0.06. Web safe color of #f093c7 is #ff99cc. Color #f093c7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010011 11000111
Octal 360 223 307
Decimal 240 147 199
Hex F0 93 C7

RGB Percentages of Color #f093c7

%40.96
%25.09
%33.96

CMYK Percentages of Color #f093c7

%0
%39
%17
%6

Triadic Colors of #f093c7

#f093c7 #c7f093 #93c7f0

Analogous Colors of #f093c7

#f093c7 #f09399 #eb93f0

Monochromatic Colors of #f093c7

#f093c7

Complementary Color

#f093c7 #93f0bc

#f093c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f093c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f093c7 Color CSS Codes

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

#f093c7 Text Font Color

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

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


#f093c7 Background Color

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

This div background color is #f093c7


#f093c7 Border Color

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

This div border color is #f093c7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f093c7


Comments

No comments written yet.

Please login to write comment.