Color Hex Logo

#fb6778 Color Hex

#FB6778
(251,103,120)
0 Favorites   0 Comments

Color spaces of #fb6778

RGB 251103120
HSL0.980.950.69
HSV353°59°98°
CMYK 0.000.590.52   0.02
XYZ48.024131.565821.3310
Yxy31.56580.47590.3128
Hunter Lab56.183454.256016.8180
CIE-Lab62.982457.797520.0191

#fb6778 color RGB value is (251,103,120).

#fb6778 hex color red value is 251, green value is 103 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #fb6778 hue: 0.98 , saturation: 0.95 and the lightness value of fb6778 is 0.69.

The process color (four color CMYK) of #fb6778 color hex is 0.00, 0.59, 0.52, 0.02. Web safe color of #fb6778 is #ff6666. Color #fb6778 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100111 01111000
Octal 373 147 170
Decimal 251 103 120
Hex FB 67 78

RGB Percentages of Color #fb6778

%52.95
%21.73
%25.32

CMYK Percentages of Color #fb6778

%0
%59
%52
%2

Triadic Colors of #fb6778

#fb6778 #78fb67 #6778fb

Analogous Colors of #fb6778

#fb6778 #fba067 #fb67c2

Monochromatic Colors of #fb6778

#fb6778

Complementary Color

#fb6778 #67fbea

#fb6778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb6778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb6778 Color CSS Codes

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

#fb6778 Text Font Color

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

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


#fb6778 Background Color

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

This div background color is #fb6778


#fb6778 Border Color

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

This div border color is #fb6778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb6778


Comments

No comments written yet.

Please login to write comment.