Color Hex Logo

#f093bc Color Hex

#F093BC
(240,147,188)
0 Favorites   0 Comments

Color spaces of #f093bc

RGB 240147188
HSL0.930.760.76
HSV334°39°94°
CMYK 0.000.390.22   0.06
XYZ55.446043.023552.9590
Yxy43.02350.36620.2841
Hunter Lab65.592336.1018-1.9559
CIE-Lab71.570940.3188-6.3016

#f093bc color RGB value is (240,147,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010011 10111100
Octal 360 223 274
Decimal 240 147 188
Hex F0 93 BC

RGB Percentages of Color #f093bc

%41.74
%25.57
%32.70

CMYK Percentages of Color #f093bc

%0
%39
%22
%6

Triadic Colors of #f093bc

#f093bc #bcf093 #93bcf0

Analogous Colors of #f093bc

#f093bc #f09993 #f093eb

Monochromatic Colors of #f093bc

#f093bc

Complementary Color

#f093bc #93f0c7

#f093bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f093bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f093bc Color CSS Codes

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

#f093bc Text Font Color

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

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


#f093bc Background Color

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

This div background color is #f093bc


#f093bc Border Color

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

This div border color is #f093bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f093bc


Comments

No comments written yet.

Please login to write comment.