Color Hex Logo

#fd04bb Color Hex

#FD04BB
(253,4,187)
0 Favorites   0 Comments

Color spaces of #fd04bb

RGB 2534187
HSL0.880.980.50
HSV316°98°99°
CMYK 0.000.980.26   0.01
XYZ49.521124.557349.1437
Yxy24.55730.40190.1993
Hunter Lab49.555391.6549-24.1088
CIE-Lab56.641589.2246-28.1703

#fd04bb color RGB value is (253,4,187).

#fd04bb hex color red value is 253, green value is 4 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fd04bb hue: 0.88 , saturation: 0.98 and the lightness value of fd04bb is 0.50.

The process color (four color CMYK) of #fd04bb color hex is 0.00, 0.98, 0.26, 0.01. Web safe color of #fd04bb is #ff00cc. Color #fd04bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000100 10111011
Octal 375 4 273
Decimal 253 4 187
Hex FD 4 BB

RGB Percentages of Color #fd04bb

%56.98
%0.90
%42.12

CMYK Percentages of Color #fd04bb

%0
%98
%26
%1

Triadic Colors of #fd04bb

#fd04bb #bbfd04 #04bbfd

Analogous Colors of #fd04bb

#fd04bb #fd043e #c304fd

Monochromatic Colors of #fd04bb

#fd04bb

Complementary Color

#fd04bb #04fd46

#fd04bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd04bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd04bb Color CSS Codes

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

#fd04bb Text Font Color

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

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


#fd04bb Background Color

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

This div background color is #fd04bb


#fd04bb Border Color

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

This div border color is #fd04bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd04bb


Comments

No comments written yet.

Please login to write comment.