Color Hex Logo

#fb848d Color Hex

#FB848D
(251,132,141)
0 Favorites   0 Comments

Color spaces of #fb848d

RGB 251132141
HSL0.990.940.75
HSV355°47°98°
CMYK 0.000.470.44   0.02
XYZ52.842638.934829.9294
Yxy38.93480.43420.3199
Hunter Lab62.397841.969715.2397
CIE-Lab68.704046.032316.0017

#fb848d color RGB value is (251,132,141).

#fb848d hex color red value is 251, green value is 132 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #fb848d hue: 0.99 , saturation: 0.94 and the lightness value of fb848d is 0.75.

The process color (four color CMYK) of #fb848d color hex is 0.00, 0.47, 0.44, 0.02. Web safe color of #fb848d is #ff9999. Color #fb848d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000100 10001101
Octal 373 204 215
Decimal 251 132 141
Hex FB 84 8D

RGB Percentages of Color #fb848d

%47.90
%25.19
%26.91

CMYK Percentages of Color #fb848d

%0
%47
%44
%2

Triadic Colors of #fb848d

#fb848d #8dfb84 #848dfb

Analogous Colors of #fb848d

#fb848d #fbb784 #fb84c9

Monochromatic Colors of #fb848d

#fb848d

Complementary Color

#fb848d #84fbf2

#fb848d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb848d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb848d Color CSS Codes

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

#fb848d Text Font Color

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

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


#fb848d Background Color

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

This div background color is #fb848d


#fb848d Border Color

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

This div border color is #fb848d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,132,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fb848d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fb848d;
  -webkit-box-shadow: 1px 1px 3px 2px #fb848d;
  box-shadow:         1px 1px 3px 2px #fb848d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,132,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb848d


Comments

No comments written yet.

Please login to write comment.