Color Hex Logo

#f28bad Color Hex

#F28BAD
(242,139,173)
0 Favorites   0 Comments

Color spaces of #f28bad

RGB 242139173
HSL0.940.800.75
HSV340°43°95°
CMYK 0.000.430.29   0.05
XYZ53.393440.359644.5112
Yxy40.35960.38620.2919
Hunter Lab63.529238.84502.9294
CIE-Lab69.724943.0555-0.6324

#f28bad color RGB value is (242,139,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10001011 10101101
Octal 362 213 255
Decimal 242 139 173
Hex F2 8B AD

RGB Percentages of Color #f28bad

%43.68
%25.09
%31.23

CMYK Percentages of Color #f28bad

%0
%43
%29
%5

Triadic Colors of #f28bad

#f28bad #adf28b #8badf2

Analogous Colors of #f28bad

#f28bad #f29d8b #f28be1

Monochromatic Colors of #f28bad

#f28bad

Complementary Color

#f28bad #8bf2d0

#f28bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f28bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f28bad Color CSS Codes

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

#f28bad Text Font Color

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

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


#f28bad Background Color

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

This div background color is #f28bad


#f28bad Border Color

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

This div border color is #f28bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f28bad


Comments

No comments written yet.

Please login to write comment.