Color Hex Logo

#fd00b4 Color Hex

#FD00B4
(253,0,180)
0 Favorites   0 Comments

Color spaces of #fd00b4

RGB 2530180
HSL0.881.000.50
HSV317°100°99°
CMYK 0.001.000.29   0.01
XYZ48.746224.177945.2776
Yxy24.17790.41240.2045
Hunter Lab49.171090.9085-20.1756
CIE-Lab56.265588.7358-24.6853

#fd00b4 color RGB value is (253,0,180).

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

The process color (four color CMYK) of #fd00b4 color hex is 0.00, 1.00, 0.29, 0.01. Web safe color of #fd00b4 is #ff00cc. Color #fd00b4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000000 10110100
Octal 375 0 264
Decimal 253 0 180
Hex FD 0 B4

RGB Percentages of Color #fd00b4

%58.43
%0.00
%41.57

CMYK Percentages of Color #fd00b4

%0
%100
%29
%1

Triadic Colors of #fd00b4

#fd00b4 #b4fd00 #00b4fd

Analogous Colors of #fd00b4

#fd00b4 #fd0035 #c800fd

Monochromatic Colors of #fd00b4

#fd00b4

Complementary Color

#fd00b4 #00fd49

#fd00b4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd00b4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd00b4 Color CSS Codes

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

#fd00b4 Text Font Color

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

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


#fd00b4 Background Color

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

This div background color is #fd00b4


#fd00b4 Border Color

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

This div border color is #fd00b4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd00b4

Related Colors

#fd00b4 Color Palettes


Comments

No comments written yet.

Please login to write comment.