Color Hex Logo

#fb1ddb Color Hex

#FB1DDB
(251,29,219)
0 Favorites   0 Comments

Color spaces of #fb1ddb

RGB 25129219
HSL0.860.970.55
HSV309°88°98°
CMYK 0.000.880.13   0.02
XYZ53.009226.502469.3394
Yxy26.50240.35610.1780
Hunter Lab51.480593.7097-43.8218
CIE-Lab58.510990.3998-43.6022

#fb1ddb color RGB value is (251,29,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00011101 11011011
Octal 373 35 333
Decimal 251 29 219
Hex FB 1D DB

RGB Percentages of Color #fb1ddb

%50.30
%5.81
%43.89

CMYK Percentages of Color #fb1ddb

%0
%88
%13
%2

Triadic Colors of #fb1ddb

#fb1ddb #dbfb1d #1ddbfb

Analogous Colors of #fb1ddb

#fb1ddb #fb1d6c #ac1dfb

Monochromatic Colors of #fb1ddb

#fb1ddb

Complementary Color

#fb1ddb #1dfb3d

#fb1ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb1ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb1ddb Color CSS Codes

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

#fb1ddb Text Font Color

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

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


#fb1ddb Background Color

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

This div background color is #fb1ddb


#fb1ddb Border Color

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

This div border color is #fb1ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb1ddb

Related Colors


Comments

No comments written yet.

Please login to write comment.