Color Hex Logo

#fb56ce Color Hex

#FB56CE
(251,86,206)
0 Favorites   0 Comments

Color spaces of #fb56ce

RGB 25186206
HSL0.880.950.66
HSV316°66°98°
CMYK 0.000.660.18   0.02
XYZ54.252031.621061.6366
Yxy31.62100.36780.2144
Hunter Lab56.232673.8061-25.6251
CIE-Lab63.028474.1193-29.1901

#fb56ce color RGB value is (251,86,206).

#fb56ce hex color red value is 251, green value is 86 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fb56ce hue: 0.88 , saturation: 0.95 and the lightness value of fb56ce is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010110 11001110
Octal 373 126 316
Decimal 251 86 206
Hex FB 56 CE

RGB Percentages of Color #fb56ce

%46.22
%15.84
%37.94

CMYK Percentages of Color #fb56ce

%0
%66
%18
%2

Triadic Colors of #fb56ce

#fb56ce #cefb56 #56cefb

Analogous Colors of #fb56ce

#fb56ce #fb567c #d656fb

Monochromatic Colors of #fb56ce

#fb56ce

Complementary Color

#fb56ce #56fb83

#fb56ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb56ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb56ce Color CSS Codes

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

#fb56ce Text Font Color

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

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


#fb56ce Background Color

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

This div background color is #fb56ce


#fb56ce Border Color

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

This div border color is #fb56ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb56ce


Comments

No comments written yet.

Please login to write comment.