Color Hex Logo

#fb79cf Color Hex

#FB79CF
(251,121,207)
0 Favorites   0 Comments

Color spaces of #fb79cf

RGB 251121207
HSL0.890.940.73
HSV320°52°98°
CMYK 0.000.520.18   0.02
XYZ57.883538.689063.4484
Yxy38.68900.36170.2418
Hunter Lab62.200557.2605-16.9392
CIE-Lab68.525459.4806-21.3180

#fb79cf color RGB value is (251,121,207).

#fb79cf hex color red value is 251, green value is 121 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #fb79cf hue: 0.89 , saturation: 0.94 and the lightness value of fb79cf is 0.73.

The process color (four color CMYK) of #fb79cf color hex is 0.00, 0.52, 0.18, 0.02. Web safe color of #fb79cf is #ff66cc. Color #fb79cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01111001 11001111
Octal 373 171 317
Decimal 251 121 207
Hex FB 79 CF

RGB Percentages of Color #fb79cf

%43.35
%20.90
%35.75

CMYK Percentages of Color #fb79cf

%0
%52
%18
%2

Triadic Colors of #fb79cf

#fb79cf #cffb79 #79cffb

Analogous Colors of #fb79cf

#fb79cf #fb798e #e679fb

Monochromatic Colors of #fb79cf

#fb79cf

Complementary Color

#fb79cf #79fba5

#fb79cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb79cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb79cf Color CSS Codes

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

#fb79cf Text Font Color

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

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


#fb79cf Background Color

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

This div background color is #fb79cf


#fb79cf Border Color

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

This div border color is #fb79cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb79cf


Comments

No comments written yet.

Please login to write comment.