Color Hex Logo

#fd13bc Color Hex

#FD13BC
(253,19,188)
0 Favorites   0 Comments

Color spaces of #fd13bc

RGB 25319188
HSL0.880.980.53
HSV317°92°99°
CMYK 0.000.920.26   0.01
XYZ49.818024.979249.7727
Yxy24.97920.39990.2005
Hunter Lab49.979290.4607-24.0596
CIE-Lab57.055188.2441-28.1089

#fd13bc color RGB value is (253,19,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010011 10111100
Octal 375 23 274
Decimal 253 19 188
Hex FD 13 BC

RGB Percentages of Color #fd13bc

%55.00
%4.13
%40.87

CMYK Percentages of Color #fd13bc

%0
%92
%26
%1

Triadic Colors of #fd13bc

#fd13bc #bcfd13 #13bcfd

Analogous Colors of #fd13bc

#fd13bc #fd1347 #c913fd

Monochromatic Colors of #fd13bc

#fd13bc

Complementary Color

#fd13bc #13fd54

#fd13bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd13bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd13bc Color CSS Codes

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

#fd13bc Text Font Color

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

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


#fd13bc Background Color

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

This div background color is #fd13bc


#fd13bc Border Color

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

This div border color is #fd13bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd13bc


Comments

No comments written yet.

Please login to write comment.