Color Hex Logo

#fb719d Color Hex

#FB719D
(251,113,157)
0 Favorites   0 Comments

Color spaces of #fb719d

RGB 251113157
HSL0.950.950.71
HSV341°55°98°
CMYK 0.000.550.37   0.02
XYZ51.774634.753835.8776
Yxy34.75380.42300.2839
Hunter Lab58.952453.60015.1836
CIE-Lab65.556556.81032.4752

#fb719d color RGB value is (251,113,157).

#fb719d hex color red value is 251, green value is 113 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #fb719d hue: 0.95 , saturation: 0.95 and the lightness value of fb719d is 0.71.

The process color (four color CMYK) of #fb719d color hex is 0.00, 0.55, 0.37, 0.02. Web safe color of #fb719d is #ff6699. Color #fb719d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110001 10011101
Octal 373 161 235
Decimal 251 113 157
Hex FB 71 9D

RGB Percentages of Color #fb719d

%48.18
%21.69
%30.13

CMYK Percentages of Color #fb719d

%0
%55
%37
%2

Triadic Colors of #fb719d

#fb719d #9dfb71 #719dfb

Analogous Colors of #fb719d

#fb719d #fb8a71 #fb71e2

Monochromatic Colors of #fb719d

#fb719d

Complementary Color

#fb719d #71fbcf

#fb719d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb719d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb719d Color CSS Codes

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

#fb719d Text Font Color

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

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


#fb719d Background Color

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

This div background color is #fb719d


#fb719d Border Color

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

This div border color is #fb719d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb719d


Comments

No comments written yet.

Please login to write comment.