Color Hex Logo

#fd0bb0 Color Hex

#FD0BB0
(253,11,176)
0 Favorites   0 Comments

Color spaces of #fd0bb0

RGB 25311176
HSL0.890.980.52
HSV319°96°99°
CMYK 0.000.960.30   0.01
XYZ48.464224.256643.2019
Yxy24.25660.41810.2092
Hunter Lab49.251089.4592-17.5322
CIE-Lab56.343887.6249-22.2333

#fd0bb0 color RGB value is (253,11,176).

#fd0bb0 hex color red value is 253, green value is 11 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #fd0bb0 hue: 0.89 , saturation: 0.98 and the lightness value of fd0bb0 is 0.52.

The process color (four color CMYK) of #fd0bb0 color hex is 0.00, 0.96, 0.30, 0.01. Web safe color of #fd0bb0 is #ff0099. Color #fd0bb0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00001011 10110000
Octal 375 13 260
Decimal 253 11 176
Hex FD B B0

RGB Percentages of Color #fd0bb0

%57.50
%2.50
%40.00

CMYK Percentages of Color #fd0bb0

%0
%96
%30
%1

Triadic Colors of #fd0bb0

#fd0bb0 #b0fd0b #0bb0fd

Analogous Colors of #fd0bb0

#fd0bb0 #fd0b37 #d10bfd

Monochromatic Colors of #fd0bb0

#fd0bb0

Complementary Color

#fd0bb0 #0bfd58

#fd0bb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd0bb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd0bb0 Color CSS Codes

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

#fd0bb0 Text Font Color

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

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


#fd0bb0 Background Color

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

This div background color is #fd0bb0


#fd0bb0 Border Color

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

This div border color is #fd0bb0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,11,176, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fd0bb0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fd0bb0;
  -webkit-box-shadow: 1px 1px 3px 2px #fd0bb0;
  box-shadow:         1px 1px 3px 2px #fd0bb0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,11,176, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd0bb0


Comments

No comments written yet.

Please login to write comment.