Color Hex Logo

#fb0dcc Color Hex

#FB0DCC
(251,13,204)
0 Favorites   0 Comments

Color spaces of #fb0dcc

RGB 25113204
HSL0.870.970.52
HSV312°95°98°
CMYK 0.000.950.19   0.02
XYZ50.826725.156759.3036
Yxy25.15670.37570.1860
Hunter Lab50.156593.1115-34.9933
CIE-Lab57.227890.2027-37.0768

#fb0dcc color RGB value is (251,13,204).

#fb0dcc hex color red value is 251, green value is 13 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fb0dcc hue: 0.87 , saturation: 0.97 and the lightness value of fb0dcc is 0.52.

The process color (four color CMYK) of #fb0dcc color hex is 0.00, 0.95, 0.19, 0.02. Web safe color of #fb0dcc is #ff00cc. Color #fb0dcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00001101 11001100
Octal 373 15 314
Decimal 251 13 204
Hex FB D CC

RGB Percentages of Color #fb0dcc

%53.63
%2.78
%43.59

CMYK Percentages of Color #fb0dcc

%0
%95
%19
%2

Triadic Colors of #fb0dcc

#fb0dcc #ccfb0d #0dccfb

Analogous Colors of #fb0dcc

#fb0dcc #fb0d55 #b30dfb

Monochromatic Colors of #fb0dcc

#fb0dcc

Complementary Color

#fb0dcc #0dfb3c

#fb0dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb0dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb0dcc Color CSS Codes

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

#fb0dcc Text Font Color

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

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


#fb0dcc Background Color

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

This div background color is #fb0dcc


#fb0dcc Border Color

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

This div border color is #fb0dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb0dcc


Comments

No comments written yet.

Please login to write comment.