Color Hex Logo

#f394bb Color Hex

#F394BB
(243,148,187)
0 Favorites   0 Comments

Color spaces of #f394bb

RGB 243148187
HSL0.930.800.77
HSV335°39°95°
CMYK 0.000.390.23   0.05
XYZ56.521743.822452.4932
Yxy43.82240.36980.2867
Hunter Lab66.198536.5598-0.6761
CIE-Lab72.109640.6812-4.9103

#f394bb color RGB value is (243,148,187).

#f394bb hex color red value is 243, green value is 148 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f394bb hue: 0.93 , saturation: 0.80 and the lightness value of f394bb is 0.77.

The process color (four color CMYK) of #f394bb color hex is 0.00, 0.39, 0.23, 0.05. Web safe color of #f394bb is #ff99cc. Color #f394bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10010100 10111011
Octal 363 224 273
Decimal 243 148 187
Hex F3 94 BB

RGB Percentages of Color #f394bb

%42.04
%25.61
%32.35

CMYK Percentages of Color #f394bb

%0
%39
%23
%5

Triadic Colors of #f394bb

#f394bb #bbf394 #94bbf3

Analogous Colors of #f394bb

#f394bb #f39d94 #f394eb

Monochromatic Colors of #f394bb

#f394bb

Complementary Color

#f394bb #94f3cc

#f394bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f394bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f394bb Color CSS Codes

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

#f394bb Text Font Color

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

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


#f394bb Background Color

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

This div background color is #f394bb


#f394bb Border Color

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

This div border color is #f394bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,148,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 #f394bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f394bb


Comments

No comments written yet.

Please login to write comment.