Color Hex Logo

#fb1dca Color Hex

#FB1DCA
(251,29,202)
0 Favorites   0 Comments

Color spaces of #fb1dca

RGB 25129202
HSL0.870.970.55
HSV313°88°98°
CMYK 0.000.880.20   0.02
XYZ50.883725.652258.1466
Yxy25.65220.37780.1905
Hunter Lab50.648090.6967-32.6145
CIE-Lab57.705488.2955-35.1841

#fb1dca color RGB value is (251,29,202).

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

The process color (four color CMYK) of #fb1dca color hex is 0.00, 0.88, 0.20, 0.02. Web safe color of #fb1dca is #ff33cc. Color #fb1dca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00011101 11001010
Octal 373 35 312
Decimal 251 29 202
Hex FB 1D CA

RGB Percentages of Color #fb1dca

%52.07
%6.02
%41.91

CMYK Percentages of Color #fb1dca

%0
%88
%20
%2

Triadic Colors of #fb1dca

#fb1dca #cafb1d #1dcafb

Analogous Colors of #fb1dca

#fb1dca #fb1d5b #bd1dfb

Monochromatic Colors of #fb1dca

#fb1dca

Complementary Color

#fb1dca #1dfb4e

#fb1dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb1dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb1dca Color CSS Codes

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

#fb1dca Text Font Color

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

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


#fb1dca Background Color

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

This div background color is #fb1dca


#fb1dca Border Color

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

This div border color is #fb1dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb1dca


Comments

No comments written yet.

Please login to write comment.