Color Hex Logo

#f38bab Color Hex

#F38BAB
(243,139,171)
0 Favorites   0 Comments

Color spaces of #f38bab

RGB 243139171
HSL0.950.810.75
HSV342°43°95°
CMYK 0.000.430.30   0.05
XYZ53.545540.460243.5155
Yxy40.46020.38940.2942
Hunter Lab63.608338.94673.9646
CIE-Lab69.796143.14010.6055

#f38bab color RGB value is (243,139,171).

#f38bab hex color red value is 243, green value is 139 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f38bab hue: 0.95 , saturation: 0.81 and the lightness value of f38bab is 0.75.

The process color (four color CMYK) of #f38bab color hex is 0.00, 0.43, 0.30, 0.05. Web safe color of #f38bab is #ff9999. Color #f38bab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10001011 10101011
Octal 363 213 253
Decimal 243 139 171
Hex F3 8B AB

RGB Percentages of Color #f38bab

%43.94
%25.14
%30.92

CMYK Percentages of Color #f38bab

%0
%43
%30
%5

Triadic Colors of #f38bab

#f38bab #abf38b #8babf3

Analogous Colors of #f38bab

#f38bab #f39f8b #f38bdf

Monochromatic Colors of #f38bab

#f38bab

Complementary Color

#f38bab #8bf3d3

#f38bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f38bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f38bab Color CSS Codes

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

#f38bab Text Font Color

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

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


#f38bab Background Color

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

This div background color is #f38bab


#f38bab Border Color

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

This div border color is #f38bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f38bab


Comments

No comments written yet.

Please login to write comment.