Color Hex Logo

#fb617e Color Hex

#FB617E
(251,97,126)
0 Favorites   0 Comments

Color spaces of #fb617e

RGB 25197126
HSL0.970.950.68
HSV349°61°98°
CMYK 0.000.610.50   0.02
XYZ47.824330.565023.1177
Yxy30.56500.47110.3011
Hunter Lab55.285657.659913.9078
CIE-Lab62.138760.881115.4078

#fb617e color RGB value is (251,97,126).

#fb617e hex color red value is 251, green value is 97 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #fb617e hue: 0.97 , saturation: 0.95 and the lightness value of fb617e is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100001 01111110
Octal 373 141 176
Decimal 251 97 126
Hex FB 61 7E

RGB Percentages of Color #fb617e

%52.95
%20.46
%26.58

CMYK Percentages of Color #fb617e

%0
%61
%50
%2

Triadic Colors of #fb617e

#fb617e #7efb61 #617efb

Analogous Colors of #fb617e

#fb617e #fb9161 #fb61cb

Monochromatic Colors of #fb617e

#fb617e

Complementary Color

#fb617e #61fbde

#fb617e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb617e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb617e Color CSS Codes

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

#fb617e Text Font Color

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

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


#fb617e Background Color

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

This div background color is #fb617e


#fb617e Border Color

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

This div border color is #fb617e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb617e

Related Colors


Comments

No comments written yet.

Please login to write comment.