Color Hex Logo

#fb00dc Color Hex

#FB00DC
(251,0,220)
0 Favorites   0 Comments

Color spaces of #fb00dc

RGB 2510220
HSL0.851.000.49
HSV307°100°98°
CMYK 0.001.000.12   0.02
XYZ52.701925.676569.8885
Yxy25.67650.35550.1732
Hunter Lab50.672096.9747-46.3044
CIE-Lab57.728792.9744-45.4038

#fb00dc color RGB value is (251,0,220).

#fb00dc hex color red value is 251, green value is 0 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fb00dc hue: 0.85 , saturation: 1.00 and the lightness value of fb00dc is 0.49.

The process color (four color CMYK) of #fb00dc color hex is 0.00, 1.00, 0.12, 0.02. Web safe color of #fb00dc is #ff00cc. Color #fb00dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000000 11011100
Octal 373 0 334
Decimal 251 0 220
Hex FB 0 DC

RGB Percentages of Color #fb00dc

%53.29
%0.00
%46.71

CMYK Percentages of Color #fb00dc

%0
%100
%12
%2

Triadic Colors of #fb00dc

#fb00dc #dcfb00 #00dcfb

Analogous Colors of #fb00dc

#fb00dc #fb005f #9d00fb

Monochromatic Colors of #fb00dc

#fb00dc

Complementary Color

#fb00dc #00fb1f

#fb00dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb00dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb00dc Color CSS Codes

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

#fb00dc Text Font Color

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

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


#fb00dc Background Color

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

This div background color is #fb00dc


#fb00dc Border Color

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

This div border color is #fb00dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb00dc


Comments

No comments written yet.

Please login to write comment.