Color Hex Logo

#fd48bd Color Hex

#FD48BD
(253,72,189)
0 Favorites   0 Comments

Color spaces of #fd48bd

RGB 25372189
HSL0.890.980.64
HSV321°72°99°
CMYK 0.000.720.25   0.01
XYZ52.010729.191551.0374
Yxy29.19150.39330.2207
Hunter Lab54.029277.2804-18.1865
CIE-Lab60.950377.2847-22.6872

#fd48bd color RGB value is (253,72,189).

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

The process color (four color CMYK) of #fd48bd color hex is 0.00, 0.72, 0.25, 0.01. Web safe color of #fd48bd is #ff33cc. Color #fd48bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01001000 10111101
Octal 375 110 275
Decimal 253 72 189
Hex FD 48 BD

RGB Percentages of Color #fd48bd

%49.22
%14.01
%36.77

CMYK Percentages of Color #fd48bd

%0
%72
%25
%1

Triadic Colors of #fd48bd

#fd48bd #bdfd48 #48bdfd

Analogous Colors of #fd48bd

#fd48bd #fd4862 #e348fd

Monochromatic Colors of #fd48bd

#fd48bd

Complementary Color

#fd48bd #48fd88

#fd48bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd48bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd48bd Color CSS Codes

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

#fd48bd Text Font Color

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

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


#fd48bd Background Color

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

This div background color is #fd48bd


#fd48bd Border Color

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

This div border color is #fd48bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd48bd

Related Colors


Comments

No comments written yet.

Please login to write comment.