Color Hex Logo

#fb56dc Color Hex

#FB56DC
(251,86,220)
0 Favorites   0 Comments

Color spaces of #fb56dc

RGB 25186220
HSL0.860.950.66
HSV311°66°98°
CMYK 0.000.660.12   0.02
XYZ56.029732.332170.9978
Yxy32.33210.35160.2029
Hunter Lab56.861376.3820-34.2274
CIE-Lab63.616476.0664-36.1606

#fb56dc color RGB value is (251,86,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010110 11011100
Octal 373 126 334
Decimal 251 86 220
Hex FB 56 DC

RGB Percentages of Color #fb56dc

%45.06
%15.44
%39.50

CMYK Percentages of Color #fb56dc

%0
%66
%12
%2

Triadic Colors of #fb56dc

#fb56dc #dcfb56 #56dcfb

Analogous Colors of #fb56dc

#fb56dc #fb568a #c856fb

Monochromatic Colors of #fb56dc

#fb56dc

Complementary Color

#fb56dc #56fb75

#fb56dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb56dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb56dc Color CSS Codes

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

#fb56dc Text Font Color

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

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


#fb56dc Background Color

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

This div background color is #fb56dc


#fb56dc Border Color

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

This div border color is #fb56dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb56dc


Comments

No comments written yet.

Please login to write comment.