Color Hex Logo

#f093bb Color Hex

#F093BB
(240,147,187)
0 Favorites   0 Comments

Color spaces of #f093bb

RGB 240147187
HSL0.930.760.76
HSV334°39°94°
CMYK 0.000.390.22   0.06
XYZ55.338542.980652.3931
Yxy42.98060.36720.2852
Hunter Lab65.559635.9416-1.4909
CIE-Lab71.541840.1741-5.7896

#f093bb color RGB value is (240,147,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010011 10111011
Octal 360 223 273
Decimal 240 147 187
Hex F0 93 BB

RGB Percentages of Color #f093bb

%41.81
%25.61
%32.58

CMYK Percentages of Color #f093bb

%0
%39
%22
%6

Triadic Colors of #f093bb

#f093bb #bbf093 #93bbf0

Analogous Colors of #f093bb

#f093bb #f09a93 #f093ea

Monochromatic Colors of #f093bb

#f093bb

Complementary Color

#f093bb #93f0c8

#f093bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f093bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f093bb Color CSS Codes

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

#f093bb Text Font Color

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

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


#f093bb Background Color

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

This div background color is #f093bb


#f093bb Border Color

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

This div border color is #f093bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f093bb


Comments

No comments written yet.

Please login to write comment.