Color Hex Logo

#fb0db5 Color Hex

#FB0DB5
(251,13,181)
0 Favorites   0 Comments

Color spaces of #fb0db5

RGB 25113181
HSL0.880.970.52
HSV318°95°98°
CMYK 0.000.950.28   0.02
XYZ48.268124.133345.8302
Yxy24.13330.40830.2041
Hunter Lab49.125789.4141-20.9247
CIE-Lab56.221087.6147-25.3668

#fb0db5 color RGB value is (251,13,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00001101 10110101
Octal 373 15 265
Decimal 251 13 181
Hex FB D B5

RGB Percentages of Color #fb0db5

%56.40
%2.92
%40.67

CMYK Percentages of Color #fb0db5

%0
%95
%28
%2

Triadic Colors of #fb0db5

#fb0db5 #b5fb0d #0db5fb

Analogous Colors of #fb0db5

#fb0db5 #fb0d3e #ca0dfb

Monochromatic Colors of #fb0db5

#fb0db5

Complementary Color

#fb0db5 #0dfb53

#fb0db5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb0db5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb0db5 Color CSS Codes

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

#fb0db5 Text Font Color

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

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


#fb0db5 Background Color

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

This div background color is #fb0db5


#fb0db5 Border Color

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

This div border color is #fb0db5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb0db5

Related Colors


Comments

No comments written yet.

Please login to write comment.