Color Hex Logo

#fb077c Color Hex

#FB077C
(251,7,124)
0 Favorites   0 Comments

Color spaces of #fb077c

RGB 2517124
HSL0.920.970.51
HSV331°97°98°
CMYK 0.000.970.51   0.02
XYZ43.497722.116421.0451
Yxy22.11640.50190.2552
Hunter Lab47.028182.80106.3873
CIE-Lab54.150382.94015.3126

#fb077c color RGB value is (251,7,124).

#fb077c hex color red value is 251, green value is 7 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #fb077c hue: 0.92 , saturation: 0.97 and the lightness value of fb077c is 0.51.

The process color (four color CMYK) of #fb077c color hex is 0.00, 0.97, 0.51, 0.02. Web safe color of #fb077c is #ff0066. Color #fb077c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000111 01111100
Octal 373 7 174
Decimal 251 7 124
Hex FB 7 7C

RGB Percentages of Color #fb077c

%65.71
%1.83
%32.46

CMYK Percentages of Color #fb077c

%0
%97
%51
%2

Triadic Colors of #fb077c

#fb077c #7cfb07 #077cfb

Analogous Colors of #fb077c

#fb077c #fb0c07 #fb07f6

Monochromatic Colors of #fb077c

#fb077c

Complementary Color

#fb077c #07fb86

#fb077c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb077c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb077c Color CSS Codes

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

#fb077c Text Font Color

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

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


#fb077c Background Color

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

This div background color is #fb077c


#fb077c Border Color

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

This div border color is #fb077c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,7,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 #fb077c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb077c


Comments

No comments written yet.

Please login to write comment.