Color Hex Logo

#fd72bd Color Hex

#FD72BD
(253,114,189)
0 Favorites   0 Comments

Color spaces of #fd72bd

RGB 253114189
HSL0.910.970.72
HSV328°55°99°
CMYK 0.000.550.25   0.01
XYZ55.710636.591452.2707
Yxy36.59140.38530.2531
Hunter Lab60.490858.5353-8.8895
CIE-Lab66.969360.8167-13.5510

#fd72bd color RGB value is (253,114,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110010 10111101
Octal 375 162 275
Decimal 253 114 189
Hex FD 72 BD

RGB Percentages of Color #fd72bd

%45.50
%20.50
%33.99

CMYK Percentages of Color #fd72bd

%0
%55
%25
%1

Triadic Colors of #fd72bd

#fd72bd #bdfd72 #72bdfd

Analogous Colors of #fd72bd

#fd72bd #fd7278 #f872fd

Monochromatic Colors of #fd72bd

#fd72bd

Complementary Color

#fd72bd #72fdb2

#fd72bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd72bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd72bd Color CSS Codes

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

#fd72bd Text Font Color

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

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


#fd72bd Background Color

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

This div background color is #fd72bd


#fd72bd Border Color

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

This div border color is #fd72bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd72bd

Related Colors


Comments

No comments written yet.

Please login to write comment.