Color Hex Logo

#f39bba Color Hex

#F39BBA
(243,155,186)
0 Favorites   0 Comments

Color spaces of #f39bba

RGB 243155186
HSL0.940.790.78
HSV339°36°95°
CMYK 0.000.360.23   0.05
XYZ57.546446.042552.3084
Yxy46.04250.36910.2953
Hunter Lab67.854632.63731.7922
CIE-Lab73.573136.8989-2.2028

#f39bba color RGB value is (243,155,186).

#f39bba hex color red value is 243, green value is 155 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f39bba hue: 0.94 , saturation: 0.79 and the lightness value of f39bba is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10011011 10111010
Octal 363 233 272
Decimal 243 155 186
Hex F3 9B BA

RGB Percentages of Color #f39bba

%41.61
%26.54
%31.85

CMYK Percentages of Color #f39bba

%0
%36
%23
%5

Triadic Colors of #f39bba

#f39bba #baf39b #9bbaf3

Analogous Colors of #f39bba

#f39bba #f3a89b #f39be6

Monochromatic Colors of #f39bba

#f39bba

Complementary Color

#f39bba #9bf3d4

#f39bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f39bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f39bba Color CSS Codes

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

#f39bba Text Font Color

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

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


#f39bba Background Color

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

This div background color is #f39bba


#f39bba Border Color

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

This div border color is #f39bba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,155,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f39bba


Comments

No comments written yet.

Please login to write comment.