Color Hex Logo

#fd51bf Color Hex

#FD51BF
(253,81,191)
0 Favorites   0 Comments

Color spaces of #fd51bf

RGB 25381191
HSL0.890.980.65
HSV322°68°99°
CMYK 0.000.680.25   0.01
XYZ52.854430.529152.3972
Yxy30.52910.38930.2248
Hunter Lab55.253174.0576-17.5482
CIE-Lab62.108174.4936-22.0587

#fd51bf color RGB value is (253,81,191).

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

The process color (four color CMYK) of #fd51bf color hex is 0.00, 0.68, 0.25, 0.01. Web safe color of #fd51bf is #ff66cc. Color #fd51bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010001 10111111
Octal 375 121 277
Decimal 253 81 191
Hex FD 51 BF

RGB Percentages of Color #fd51bf

%48.19
%15.43
%36.38

CMYK Percentages of Color #fd51bf

%0
%68
%25
%1

Triadic Colors of #fd51bf

#fd51bf #bffd51 #51bffd

Analogous Colors of #fd51bf

#fd51bf #fd5169 #e551fd

Monochromatic Colors of #fd51bf

#fd51bf

Complementary Color

#fd51bf #51fd8f

#fd51bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd51bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd51bf Color CSS Codes

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

#fd51bf Text Font Color

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

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


#fd51bf Background Color

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

This div background color is #fd51bf


#fd51bf Border Color

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

This div border color is #fd51bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd51bf


Comments

No comments written yet.

Please login to write comment.