Color Hex Logo

#fb738d Color Hex

#FB738D
(251,115,141)
0 Favorites   0 Comments

Color spaces of #fb738d

RGB 251115141
HSL0.970.940.72
HSV349°54°98°
CMYK 0.000.540.44   0.02
XYZ50.722134.693829.2225
Yxy34.69380.44250.3026
Hunter Lab58.901450.635111.8157
CIE-Lab65.509654.226711.5260

#fb738d color RGB value is (251,115,141).

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

The process color (four color CMYK) of #fb738d color hex is 0.00, 0.54, 0.44, 0.02. Web safe color of #fb738d is #ff6699. Color #fb738d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110011 10001101
Octal 373 163 215
Decimal 251 115 141
Hex FB 73 8D

RGB Percentages of Color #fb738d

%49.51
%22.68
%27.81

CMYK Percentages of Color #fb738d

%0
%54
%44
%2

Triadic Colors of #fb738d

#fb738d #8dfb73 #738dfb

Analogous Colors of #fb738d

#fb738d #fb9d73 #fb73d1

Monochromatic Colors of #fb738d

#fb738d

Complementary Color

#fb738d #73fbe1

#fb738d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb738d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb738d Color CSS Codes

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

#fb738d Text Font Color

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

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


#fb738d Background Color

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

This div background color is #fb738d


#fb738d Border Color

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

This div border color is #fb738d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb738d


Comments

No comments written yet.

Please login to write comment.