Color Hex Logo

#f28bab Color Hex

#F28BAB
(242,139,171)
0 Favorites   0 Comments

Color spaces of #f28bab

RGB 242139171
HSL0.950.800.75
HSV341°43°95°
CMYK 0.000.430.29   0.05
XYZ53.201340.282843.4994
Yxy40.28280.38840.2941
Hunter Lab63.468738.55353.7927
CIE-Lab69.670542.79460.4072

#f28bab color RGB value is (242,139,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10001011 10101011
Octal 362 213 253
Decimal 242 139 171
Hex F2 8B AB

RGB Percentages of Color #f28bab

%43.84
%25.18
%30.98

CMYK Percentages of Color #f28bab

%0
%43
%29
%5

Triadic Colors of #f28bab

#f28bab #abf28b #8babf2

Analogous Colors of #f28bab

#f28bab #f29f8b #f28bdf

Monochromatic Colors of #f28bab

#f28bab

Complementary Color

#f28bab #8bf2d2

#f28bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f28bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f28bab Color CSS Codes

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

#f28bab Text Font Color

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

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


#f28bab Background Color

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

This div background color is #f28bab


#f28bab Border Color

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

This div border color is #f28bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f28bab


Comments

No comments written yet.

Please login to write comment.