Color Hex Logo

#fb737c Color Hex

#FB737C
(251,115,124)
0 Favorites   0 Comments

Color spaces of #fb737c

RGB 251115124
HSL0.990.940.72
HSV356°54°98°
CMYK 0.000.540.51   0.02
XYZ49.552534.225923.0633
Yxy34.22590.46380.3203
Hunter Lab58.502948.811117.5784
CIE-Lab65.141552.671820.6787

#fb737c color RGB value is (251,115,124).

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

The process color (four color CMYK) of #fb737c color hex is 0.00, 0.54, 0.51, 0.02. Web safe color of #fb737c is #ff6666. Color #fb737c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110011 01111100
Octal 373 163 174
Decimal 251 115 124
Hex FB 73 7C

RGB Percentages of Color #fb737c

%51.22
%23.47
%25.31

CMYK Percentages of Color #fb737c

%0
%54
%51
%2

Triadic Colors of #fb737c

#fb737c #7cfb73 #737cfb

Analogous Colors of #fb737c

#fb737c #fbae73 #fb73c0

Monochromatic Colors of #fb737c

#fb737c

Complementary Color

#fb737c #73fbf2

#fb737c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb737c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb737c Color CSS Codes

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

#fb737c Text Font Color

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

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


#fb737c Background Color

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

This div background color is #fb737c


#fb737c Border Color

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

This div border color is #fb737c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb737c

Related Colors


Comments

No comments written yet.

Please login to write comment.