Color Hex Logo

#fb727d Color Hex

#FB727D
(251,114,125)
0 Favorites   0 Comments

Color spaces of #fb727d

RGB 251114125
HSL0.990.940.72
HSV355°55°98°
CMYK 0.000.550.50   0.02
XYZ49.502634.024523.3603
Yxy34.02450.46310.3183
Hunter Lab58.330549.406817.0868
CIE-Lab64.982053.224019.8942

#fb727d color RGB value is (251,114,125).

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

The process color (four color CMYK) of #fb727d color hex is 0.00, 0.55, 0.50, 0.02. Web safe color of #fb727d is #ff6666. Color #fb727d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110010 01111101
Octal 373 162 175
Decimal 251 114 125
Hex FB 72 7D

RGB Percentages of Color #fb727d

%51.22
%23.27
%25.51

CMYK Percentages of Color #fb727d

%0
%55
%50
%2

Triadic Colors of #fb727d

#fb727d #7dfb72 #727dfb

Analogous Colors of #fb727d

#fb727d #fbac72 #fb72c2

Monochromatic Colors of #fb727d

#fb727d

Complementary Color

#fb727d #72fbf0

#fb727d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb727d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb727d Color CSS Codes

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

#fb727d Text Font Color

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

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


#fb727d Background Color

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

This div background color is #fb727d


#fb727d Border Color

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

This div border color is #fb727d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb727d


Comments

No comments written yet.

Please login to write comment.