Color Hex Logo

#fb0dbe Color Hex

#FB0DBE
(251,13,190)
0 Favorites   0 Comments

Color spaces of #fb0dbe

RGB 25113190
HSL0.880.970.52
HSV315°95°98°
CMYK 0.000.950.24   0.02
XYZ49.221824.514850.8527
Yxy24.51480.39510.1968
Hunter Lab49.512490.8055-26.2363
CIE-Lab56.599688.5931-30.0008

#fb0dbe color RGB value is (251,13,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00001101 10111110
Octal 373 15 276
Decimal 251 13 190
Hex FB D BE

RGB Percentages of Color #fb0dbe

%55.29
%2.86
%41.85

CMYK Percentages of Color #fb0dbe

%0
%95
%24
%2

Triadic Colors of #fb0dbe

#fb0dbe #befb0d #0dbefb

Analogous Colors of #fb0dbe

#fb0dbe #fb0d47 #c10dfb

Monochromatic Colors of #fb0dbe

#fb0dbe

Complementary Color

#fb0dbe #0dfb4a

#fb0dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb0dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb0dbe Color CSS Codes

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

#fb0dbe Text Font Color

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

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


#fb0dbe Background Color

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

This div background color is #fb0dbe


#fb0dbe Border Color

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

This div border color is #fb0dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb0dbe

Related Colors


Comments

No comments written yet.

Please login to write comment.