Color Hex Logo

#fd13bf Color Hex

#FD13BF
(253,19,191)
0 Favorites   0 Comments

Color spaces of #fd13bf

RGB 25319191
HSL0.880.980.53
HSV316°92°99°
CMYK 0.000.920.25   0.01
XYZ50.144925.110051.4940
Yxy25.11000.39560.1981
Hunter Lab50.109990.9325-25.8508
CIE-Lab57.182488.5753-29.6454

#fd13bf color RGB value is (253,19,191).

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

The process color (four color CMYK) of #fd13bf color hex is 0.00, 0.92, 0.25, 0.01. Web safe color of #fd13bf is #ff00cc. Color #fd13bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010011 10111111
Octal 375 23 277
Decimal 253 19 191
Hex FD 13 BF

RGB Percentages of Color #fd13bf

%54.64
%4.10
%41.25

CMYK Percentages of Color #fd13bf

%0
%92
%25
%1

Triadic Colors of #fd13bf

#fd13bf #bffd13 #13bffd

Analogous Colors of #fd13bf

#fd13bf #fd134a #c613fd

Monochromatic Colors of #fd13bf

#fd13bf

Complementary Color

#fd13bf #13fd51

#fd13bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd13bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd13bf Color CSS Codes

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

#fd13bf Text Font Color

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

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


#fd13bf Background Color

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

This div background color is #fd13bf


#fd13bf Border Color

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

This div border color is #fd13bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,19,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 #fd13bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd13bf

Related Colors


Comments

No comments written yet.

Please login to write comment.