Color Hex Logo

#fd73bc Color Hex

#FD73BC
(253,115,188)
0 Favorites   0 Comments

Color spaces of #fd73bc

RGB 253115188
HSL0.910.970.72
HSV328°55°99°
CMYK 0.000.550.26   0.01
XYZ55.715836.775051.7387
Yxy36.77500.38630.2550
Hunter Lab60.642457.8745-8.1352
CIE-Lab67.107960.2326-12.7790

#fd73bc color RGB value is (253,115,188).

#fd73bc hex color red value is 253, green value is 115 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fd73bc hue: 0.91 , saturation: 0.97 and the lightness value of fd73bc is 0.72.

The process color (four color CMYK) of #fd73bc color hex is 0.00, 0.55, 0.26, 0.01. Web safe color of #fd73bc is #ff66cc. Color #fd73bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110011 10111100
Octal 375 163 274
Decimal 253 115 188
Hex FD 73 BC

RGB Percentages of Color #fd73bc

%45.50
%20.68
%33.81

CMYK Percentages of Color #fd73bc

%0
%55
%26
%1

Triadic Colors of #fd73bc

#fd73bc #bcfd73 #73bcfd

Analogous Colors of #fd73bc

#fd73bc #fd7377 #f973fd

Monochromatic Colors of #fd73bc

#fd73bc

Complementary Color

#fd73bc #73fdb4

#fd73bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd73bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd73bc Color CSS Codes

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

#fd73bc Text Font Color

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

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


#fd73bc Background Color

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

This div background color is #fd73bc


#fd73bc Border Color

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

This div border color is #fd73bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd73bc

Related Colors


Comments

No comments written yet.

Please login to write comment.