Color Hex Logo

#fd88bd Color Hex

#FD88BD
(253,136,189)
0 Favorites   0 Comments

Color spaces of #fd88bd

RGB 253136189
HSL0.920.970.76
HSV333°46°99°
CMYK 0.000.460.25   0.01
XYZ58.497542.165153.1996
Yxy42.16510.38020.2740
Hunter Lab64.934747.1691-3.1208
CIE-Lab70.984650.3738-7.5503

#fd88bd color RGB value is (253,136,189).

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

The process color (four color CMYK) of #fd88bd color hex is 0.00, 0.46, 0.25, 0.01. Web safe color of #fd88bd is #ff99cc. Color #fd88bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001000 10111101
Octal 375 210 275
Decimal 253 136 189
Hex FD 88 BD

RGB Percentages of Color #fd88bd

%43.77
%23.53
%32.70

CMYK Percentages of Color #fd88bd

%0
%46
%25
%1

Triadic Colors of #fd88bd

#fd88bd #bdfd88 #88bdfd

Analogous Colors of #fd88bd

#fd88bd #fd8e88 #fd88f8

Monochromatic Colors of #fd88bd

#fd88bd

Complementary Color

#fd88bd #88fdc8

#fd88bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd88bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd88bd Color CSS Codes

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

#fd88bd Text Font Color

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

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


#fd88bd Background Color

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

This div background color is #fd88bd


#fd88bd Border Color

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

This div border color is #fd88bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd88bd


Comments

No comments written yet.

Please login to write comment.